home *** CD-ROM | disk | FTP | other *** search
/ Complete RPG Maker XP - 41 Games / tg esp 48 rpg maker.iso / RPG3D / Tools_Utilities / Quark.exe / Quark / addons / KingPin / DataKP.qrk next >
Encoding:
Text File  |  2002-04-07  |  320.4 KB  |  11,659 lines

  1. QQRKSRC1
  2. // Kingpin definition file for Quark
  3.  
  4. //$Header: /cvsroot/quark/runtime/addons/KingPin/DataKP.qrk,v 1.3 2002/04/07 12:45:31 decker_dk Exp $
  5. // ----------- REVISION HISTORY ------------
  6. //$Log: DataKP.qrk,v $
  7. //Revision 1.3  2002/04/07 12:45:31  decker_dk
  8. //Purified texture-flags
  9. //
  10. //Revision 1.2  2001/03/20 21:57:21  decker_dk
  11. //Added log-header / misc.
  12. //
  13. //Revision 1.1  2001/02/11 11:33:02  decker_dk
  14. //Moved from addons directory
  15. //
  16. //Revision 1.3  2000/06/04 16:03:45  alexander
  17. //added: origin and trigger poly includes
  18. //changed: generate trigger poly for brush entities and origin/default bush pair for rot ents
  19. //changed: improved enum property form for models (useful for the many prop entitities)
  20. //changed: pack texture list
  21. //
  22. //Revision 1.2  2000/04/26 01:58:17  alexander
  23. //cleanup of texture flag form and added some hint texts
  24. //added color picker for _color specifics
  25. //removed _light specific from lights
  26. //assigned origin texture to default brushes of rotating entities
  27. //
  28. //
  29. //template 2000-06-04
  30. //
  31.  
  32. {
  33.   NewFiles.qtx =
  34.   {
  35.     ToolBox = "New files..."
  36.     Root = "KingPin file types.qtxfolder"
  37.     KingPin file types.qtxfolder =
  38.     {
  39.       Texture Image.tga = { ;incl = "EmptyImage" }
  40.     }
  41.   }
  42.     // equals one of the polyhedrons below
  43.  
  44. // why does this not work ?
  45. //  orig_tex:incl= {;incl[] = "[:Games:KingPin:OriginTextureDef]"}
  46. //  trig_tex:incl= {;incl[] = "[:Games:KingPin:TriggerTextureDef]"}
  47.   orig_tex:incl= {tex = "common/0_origin"}
  48.   trig_tex:incl= {tex = "common/0_trigger"}
  49.   t_originpoly:incl =
  50.   {
  51.     ORIGIN:p =
  52.     {
  53.       east:f   = {v= '64 0 0 64 128 0 64 0 128'   orig_tex=!}
  54.       west:f   = {v='-64 0 0 -64 0 128 -64 128 0' orig_tex=! m="1"}
  55.       north:f  = {v= '0 64 0 0 64 128 128 64 0'   orig_tex=! m="1"}
  56.       south:f  = {v='0 -64 0 128 -64 0 0 -64 128' orig_tex=!}
  57.       up:f     = {v= '0 0 64 128 0 64 0 128 64'   orig_tex=!}
  58.       down:f   = {v='0 0 -64 0 128 -64 128 0 -64' orig_tex=! m="1"}
  59.     }
  60.     poly:p =
  61.     {
  62.       east:f = { v = '32 -32 -32 32 96 -32 32 -32 96' tex = "[auto]" }
  63.       west:f = { v = '-32 -32 -32 -32 -32 96 -32 96 -32' tex = "[auto]" m = "1" }
  64.       north:f = { v = '-32 32 -32 -32 32 96 96 32 -32' tex = "[auto]" m = "1" }
  65.       south:f = { v = '-32 -32 -32 96 -32 -32 -32 -32 96' tex = "[auto]" }
  66.       up:f = { v = '-32 -32 32 96 -32 32 -32 96 32' tex = "[auto]" }
  67.       down:f = { v = '-32 -32 -32 -32 96 -32 96 -32 -32' tex = "[auto]" m = "1" }
  68.     }
  69.   }
  70.   t_triggerpoly:incl =
  71.   {
  72.     poly:p =
  73.     {
  74.       east:f   = {v= '64 0 0 64 128 0 64 0 128'   trig_tex=!}
  75.       west:f   = {v='-64 0 0 -64 0 128 -64 128 0' trig_tex=! m="1"}
  76.       north:f  = {v= '0 64 0 0 64 128 128 64 0'   trig_tex=! m="1"}
  77.       south:f  = {v='0 -64 0 128 -64 0 0 -64 128' trig_tex=!}
  78.       up:f     = {v= '0 0 64 128 0 64 0 128 64'   trig_tex=!}
  79.       down:f   = {v='0 0 -64 0 128 -64 128 0 -64' trig_tex=! m="1"}
  80.     }
  81.   }
  82.  
  83.  
  84.   walltex:incl= {tex="bricks/b_cp_v31"}        // Default texture for walls
  85.   floortex:incl={tex="floors/fl_pv_m"}        // Default texture for floor
  86.   ceiltex:incl= {tex="common/0_sky1"}           // Default texture for ceiling (sky)
  87.   NewMap:incl =          // the map has all its data (there is a whole room to start with)
  88.   {
  89.     Game = "KingPin"
  90.     Root = "worldspawn:b"
  91.     worldspawn:b =
  92.     {
  93.       Border walls:g =
  94.       {
  95.         East wall:p =
  96.         {
  97.           west:f =  { v = '256 0 272 256 -128 272 256 0 400'       walltex=! }
  98.           east:f =  { v = '272 0 272 272 128 272 272 0 400'        walltex=! }
  99.           south:f = { v = '432 -192 272 560 -192 272 432 -192 400' walltex=! }
  100.           north:f = { v = '432 192 272 304 192 272 432 192 400'    walltex=! }
  101.           down:f =  { v = '432 0 -96 560 0 -96 432 -128 -96'       walltex=! }
  102.           up:f =    { v = '432 0 96 560 0 96 432 128 96'           walltex=! }
  103.         }
  104.         West wall:p =
  105.         {
  106.           west:f =  { v = '-272 0 272 -272 -128 272 -272 0 400'    walltex=! }
  107.           east:f =  { v = '-256 0 272 -256 128 272 -256 0 400'     walltex=! }
  108.           south:f = { v = '432 -192 272 560 -192 272 432 -192 400' walltex=! }
  109.           north:f = { v = '432 192 272 304 192 272 432 192 400'    walltex=! }
  110.           down:f =  { v = '432 0 -96 560 0 -96 432 -128 -96'       walltex=! }
  111.           up:f =    { v = '432 0 96 560 0 96 432 128 96'           walltex=! }
  112.         }
  113.         North wall:p =
  114.         {
  115.           west:f =  { v = '-256 0 272 -256 -128 272 -256 0 400'    walltex=! }
  116.           east:f =  { v = '256 0 272 256 128 272 256 0 400'        walltex=! }
  117.           south:f = { v = '432 192 272 560 192 272 432 192 400'    walltex=! }
  118.           north:f = { v = '432 208 272 304 208 272 432 208 400'    walltex=! }
  119.           down:f =  { v = '432 0 -96 560 0 -96 432 -128 -96'       walltex=! }
  120.           up:f =    { v = '432 0 96 560 0 96 432 128 96'           walltex=! }
  121.         }
  122.         South wall:p =
  123.         {
  124.           west:f =  { v = '-256 0 272 -256 -128 272 -256 0 400'    walltex=! }
  125.           east:f =  { v = '256 0 272 256 128 272 256 0 400'        walltex=! }
  126.           south:f = { v = '432 -208 272 560 -208 272 432 -208 400' walltex=! }
  127.           north:f = { v = '432 -192 272 304 -192 272 432 -192 400' walltex=! }
  128.           down:f =  { v = '432 0 -96 560 0 -96 432 -128 -96'       walltex=! }
  129.           up:f =    { v = '432 0 96 560 0 96 432 128 96'           walltex=! }
  130.         }
  131.         Sky:p =
  132.         {
  133.           west:f =  { v = '-256 0 272 -256 -128 272 -256 0 400'    ceiltex=! }
  134.           east:f =  { v = '256 0 272 256 128 272 256 0 400'        ceiltex=! }
  135.           south:f = { v = '432 -192 272 560 -192 272 432 -192 400' ceiltex=! }
  136.           north:f = { v = '432 192 272 304 192 272 432 192 400'    ceiltex=! }
  137.           down:f =  { v = '432 0 96 560 0 96 432 -128 96'          ceiltex=! }
  138.           up:f =    { v = '432 0 112 560 0 112 432 128 112'        ceiltex=! }
  139.         }
  140.         Floor:p =
  141.         {
  142.           west:f =  { v = '-256 0 272 -256 -128 272 -256 0 400'    floortex=! }
  143.           east:f =  { v = '256 0 272 256 128 272 256 0 400'        floortex=! }
  144.           south:f = { v = '432 -192 272 560 -192 272 432 -192 400' floortex=! }
  145.           north:f = { v = '432 192 272 304 192 272 432 192 400'    floortex=! }
  146.           down:f =  { v = '432 0 -112 560 0 -112 432 -128 -112'    floortex=! }
  147.           up:f =    { v = '432 0 -96 560 0 -96 432 128 -96'        floortex=! }
  148.         }
  149.       }
  150.       info_player_start:e =
  151.       {
  152.         origin = "-144 0 -72"
  153.         angle = "360"
  154.       }
  155.       light:e =
  156.       {
  157.         origin = "0 0 0"
  158.         light = "300"
  159.         _color = "255 255 255"
  160.       }
  161.     }
  162.   }
  163.  
  164.  
  165.   KingPin setup.qctx =
  166.   {
  167.     Game = "KingPin"
  168.     HTML = "help\index.html"
  169.     SFSkills = '256 512 1024 2048'
  170. //Decker 2002-04-07: Say what? Does KingPin use the same liblist.gam file as Half-Life does? I think not.
  171. //  CreateFiles: =
  172. //  {
  173. //    liblist.gam =
  174. //    {
  175. //      Data = "game "$22"tmpQuArK"$220D0A"gamedll "$22"..\main\gamex86.dll"$22
  176. //       $0D0A".\main\gamex86.dll"$0D0A
  177. //    }
  178. //  }
  179.  
  180.     TextureFlags:form =     // a form for setting Quake 2 texture flags on polyhedron faces
  181.     {
  182.       Style = "5"
  183.  
  184.       Reset: =       // Reset button
  185.       {
  186.         Cap = "Reset to default"      // button caption
  187.         Typ = "B"                     // "B"utton
  188.         Hint = "Reset all flags to the texture's default"
  189.         Delete: =
  190.         {
  191.           Flags = ""          // the button deletes these Specifics
  192.           Contents = ""
  193.           Value = ""
  194.         }
  195.       }
  196.  
  197.       Sep: = {Txt="" Typ="S"}  // separator
  198.  
  199.       Contents:={Txt="Brush" Cap="solid"          Typ="X1"         Hint=""}
  200.       Contents:={Txt=""      Cap="window"         Typ="X2"         Hint="translucent (the opposite face of windows are not drawn)"}
  201.       Contents:={Txt=""      Cap="aux"            Typ="X4"         Hint=""}
  202.       Contents:={Txt=""      Cap="lava"           Typ="X8"         Hint="very damaging"}
  203.       Contents:={Txt=""      Cap="slime"          Typ="X16"        Hint="mildly damaging"}
  204.       Contents:={Txt=""      Cap="water"          Typ="X32"        Hint=""}
  205.       Contents:={Txt=""      Cap="mist"           Typ="X64"        Hint="non-solid window (Player can walk through it)"}
  206.       Contents:={Txt=""      Cap="fence"          Typ="X128"       Hint="used together with alpha for fences"}
  207.       Contents:={Txt=""      Cap="playerclip"     Typ="X65536"     Hint="Stops Players from passing through"}
  208.       Contents:={Txt=""      Cap="monsterclip"    Typ="X131072"    Hint="Stops monsters passing through"}
  209.       Contents:={Txt=""      Cap="origin"         Typ="X16777216"  Hint="use as centrepoint, for rotating objects only"}
  210.       Contents:={Txt=""      Cap="monster"        Typ="X33554432"  Hint=""}
  211.       Contents:={Txt=""      Cap="corpse"         Typ="X67108864"  Hint=""}
  212.       Contents:={Txt=""      Cap="detail"         Typ="X134217728" Hint="for small, detail brushes that VIS can ignore"}
  213.       Contents:={Txt=""      Cap="translucent"    Typ="X268435456" Hint=""}
  214.       Contents:={Txt=""      Cap="ladder"         Typ="X536870912" Hint="Player can climb up this"}
  215.  
  216.       Sep: = {Txt="" Typ="S"}  // separator
  217.  
  218.       Contents:={Txt="Flowing" Cap="current_0"      Typ="X262144"    Hint="Flowing water pushes to 0 west"}
  219.       Contents:={Txt=""        Cap="current_90"     Typ="X524288"    Hint="Flowing water pushes to 90 north"}
  220.       Contents:={Txt=""        Cap="current_180"    Typ="X1048576"   Hint="Flowing water pushes to 180 east"}
  221.       Contents:={Txt=""        Cap="current_270"    Typ="X2097152"   Hint="Flowing water pushes to 270 south"}
  222.       Contents:={Txt=""        Cap="current_up"     Typ="X4194304"   Hint="Flowing water pushes Upwards"}
  223.       Contents:={Txt=""        Cap="current_dn"     Typ="X8388608"   Hint="Flowing water pushes Down"}
  224.  
  225.       Sep: = {Txt="" Typ="S"}  // separator
  226.  
  227.       Flags:   ={Txt="Face" Cap="light"          Typ="X1"         Hint="'value' is the light quantity"}
  228.       Flags:   ={Txt=""     Cap="slick"          Typ="X2"         Hint="slidy surface"}
  229.       Flags:   ={Txt=""     Cap="sky"            Typ="X4"         Hint="sky -can be used with 'light'"}
  230.       Flags:   ={Txt=""     Cap="warping"        Typ="X8"         Hint="turbulent water warp (for 64x64 textures only)"}
  231.       Flags:   ={Txt=""     Cap="trans33"        Typ="X16"        Hint="translucent, 33% (more see-through than 50%)"}
  232.       Flags:   ={Txt=""     Cap="trans66"        Typ="X32"        Hint="translucent, 66% (less see-through than 50%)"}
  233.       Flags:   ={Txt=""     Cap="flowing"        Typ="X64"        Hint="flow direction towards angle 0"}
  234.       Flags:   ={Txt=""     Cap="nodraw"         Typ="X128"       Hint="for clip textures and trigger textures"}
  235.       Flags:   ={Txt=""     Cap="hint"           Typ="X256"       Hint="tell QBSP3 to cut along this plane first"}
  236.       Flags:   ={Txt=""     Cap="skip"           Typ="X512"       Hint="completely ignore, allowing non-closed brushes"}
  237.       Flags:   ={Txt=""     Cap="specular"       Typ="X1024"      Hint=""}
  238.       Flags:   ={Txt=""     Cap="diffuse"        Typ="X2048"      Hint=""}
  239.       Flags:   ={Txt=""     Cap="alpha"          Typ="X4096"      Hint="used for textures with alpha channel (e.g. fences)"}
  240.       Flags:   ={Txt=""     Cap="mirror"         Typ="X8192"      Hint=""}
  241.       Flags:   ={Txt=""     Cap="wndw33"         Typ="X16384"     Hint=""}
  242.       Flags:   ={Txt=""     Cap="wndw66"         Typ="X32768"     Hint=""}
  243.       Flags:   ={Txt=""     Cap="water"          Typ="X524288"    Hint="sound property for footsteps in water"}
  244.       Flags:   ={Txt=""     Cap="concrete"       Typ="X1048576"   Hint="sound property for footsteps on concrete floor, default anyway"}
  245.       Flags:   ={Txt=""     Cap="fabric"         Typ="X2097152"   Hint="sound property for footsteps on fabric"}
  246.       Flags:   ={Txt=""     Cap="gravel"         Typ="X4194304"   Hint="sound property for footsteps on gravel"}
  247.       Flags:   ={Txt=""     Cap="metal"          Typ="X8388608"   Hint="sound property for footsteps on metal"}
  248.       Flags:   ={Txt=""     Cap="metal lite"     Typ="X16777216"  Hint="sound property for footsteps on metal, lighter sound"}
  249.       Flags:   ={Txt=""     Cap="tin"            Typ="X33554432"  Hint="sound property for footsteps on tin, e.g. tin roof"}
  250.       Flags:   ={Txt=""     Cap="tile"           Typ="X67108864"  Hint="sound property for footsteps on stone tiles"}
  251.       Flags:   ={Txt=""     Cap="wood"           Typ="X134217728" Hint="sound property for footsteps on wood"}
  252.       Flags:   ={Txt=""     Cap="reflect fake"   Typ="X268435456" Hint=""}
  253.       Flags:   ={Txt=""     Cap="reflect light"  Typ="X536870912" Hint=""}
  254.  
  255.       Sep: = {Txt="" Typ="S"}  // separator
  256.  
  257.       Value:  = {Txt="Value" Typ="E" Hint="The meaning of this depends on the other flags"}
  258.     }
  259.   }
  260.  
  261. // File written by perlkp.pl 0.3 2000-06-04
  262.  
  263.   NewEntities.qtx =
  264.   {
  265.     ToolBox = "New map items..."
  266.     Root = "KingPin Entities.qtxfolder"
  267.     KingPin Entities.qtxfolder =
  268.     {
  269.       target.qtxfolder =
  270.       {
  271.         target_crosslevel_trigger:e =
  272.         {
  273.           origin = "0 0 0"
  274.           ;desc = "Once this trigger is touched/used, any trigger_crosslevel_target with the same trigger number is automatically used when a level is started within the same unit.  It is OK to check multiple triggers.  Message, delay, target, and killtarget also work."
  275.         }
  276.         target_speaker:e =
  277.         {
  278.           origin = "0 0 0"
  279.           ;desc = "Normal sounds play each time the target is used.  The reliable flag can be set for crucial voiceovers.Looped sounds are always atten 3 / vol 1, and the use function toggles it on/off.Multiple identical looping sounds will just increase volume without any speed cost."
  280.           angle = "360"
  281.         }
  282.         target_explosion:e =
  283.         {
  284.           origin = "0 0 0"
  285.           ;desc = "Spawns an explosion temporary entity when used."
  286.         }
  287.         target_changelevel:e =
  288.         {
  289.           origin = "0 0 0"
  290.           ;desc = "Changes level to map when fired"
  291.           angle = "360"
  292.         }
  293.         target_lightramp:e =
  294.         {
  295.           origin = "0 0 0"
  296.           ;desc = ""
  297.         }
  298.         target_fire:e =
  299.         {
  300.           origin = "0 0 0"
  301.           ;desc = ""
  302.         }
  303.         target_crosslevel_target:e =
  304.         {
  305.           origin = "0 0 0"
  306.           ;desc = "Triggered by a trigger_crosslevel elsewhere within a unit.  If multiple triggers are checked, all must be true.  Delay, target and killtarget also work."
  307.         }
  308.         target_character:b =
  309.         {
  310.           ;desc = "used with target_string (must be on same team)"
  311.           t_triggerpoly=!
  312.         }
  313.         target_string:e =
  314.         {
  315.           origin = "0 0 0"
  316.           ;desc = ""
  317.         }
  318.         target_spawner:e =
  319.         {
  320.           origin = "0 0 0"
  321.           ;desc = "Set target to the type of entity you want spawned. Useful for spawning monsters and gibs in the factory levels.For monsters Set direction to the facing you want it to have.For gibs Set direction if you want it moving and  speed how fast it should be moving otherwise it will just be dropped"
  322.         }
  323.         target_earthquake:e =
  324.         {
  325.           origin = "0 0 0"
  326.           ;desc = "When triggered, this initiates a level-wide earthquake. All players and monsters are affected."
  327.         }
  328.         target_splash:e =
  329.         {
  330.           origin = "0 0 0"
  331.           ;desc = "Creates a particle splash effect when used."
  332.         }
  333.       }
  334.       key.qtxfolder =
  335.       {
  336.         key_key1:e =
  337.         {
  338.           origin = "0 0 0"
  339.           ;desc = "Will allow player to unlock doors with a value of key 1"
  340.         }
  341.         key_key2:e =
  342.         {
  343.           origin = "0 0 0"
  344.           ;desc = "Will allow player to unlock doors with a value of key 2"
  345.         }
  346.         key_key3:e =
  347.         {
  348.           origin = "0 0 0"
  349.           ;desc = "Will allow player to unlock doors with a value of key 3"
  350.         }
  351.         key_key4:e =
  352.         {
  353.           origin = "0 0 0"
  354.           ;desc = "Will allow player to unlock doors with a value of key 4"
  355.         }
  356.         key_key5:e =
  357.         {
  358.           origin = "0 0 0"
  359.           ;desc = "Will allow player to unlock doors with a value of key 5"
  360.         }
  361.         key_fuse:e =
  362.         {
  363.           origin = "0 0 0"
  364.           ;desc = ""
  365.           angle = "360"
  366.         }
  367.       }
  368.       ai.qtxfolder =
  369.       {
  370.         ai_boundary:b =
  371.         {
  372.           ;desc = "Character will abort pursuing player when touching this brush. Will take cover until the player is out of view, then return to guarding position (if character has been assigned one)."
  373.           t_triggerpoly=!
  374.         }
  375.         ai_guard:e =
  376.         {
  377.           origin = "0 0 0"
  378.           ;desc = "Set a cast's guard_target to the targetname of this entity. That character will then guard this location."
  379.         }
  380.         ai_event_follow:b =
  381.         {
  382.           ;desc = "Client touching this brush will become a leader to all other characters in LOS, that have the same cast_group as the brush."
  383.           t_triggerpoly=!
  384.         }
  385.         ai_reset:b =
  386.         {
  387.           ;desc = "This is a brush that will reset a cast location to his startup location FIXME Is this implemented yet?"
  388.           t_triggerpoly=!
  389.         }
  390.         ai_combat_spot:e =
  391.         {
  392.           origin = "0 0 0"
  393.           ;desc = "  A good place to go to get a vantage point during fighting."
  394.         }
  395.         ai_ty_fuseblown:e =
  396.         {
  397.           origin = "0 0 0"
  398.           ;desc = ""
  399.         }
  400.         ai_locked_door:b =
  401.         {
  402.           ;desc = "A character touching this brush will check the targetted door to see if it is closed. If so, the character will head towards the specified path_corner_cast. Example use guiding AI characters away from a locked door"
  403.           t_triggerpoly=!
  404.         }
  405.         ai_sy_dykes_boundry:e =
  406.         {
  407.           origin = "0 0 0"
  408.           ;desc = ""
  409.         }
  410.         ai_pv_deadlouie:e =
  411.         {
  412.           origin = "0 0 0"
  413.           ;desc = ""
  414.         }
  415.         ai_trigger_character:b =
  416.         {
  417.           ;desc = "When the player touches this brush, the targetted character will start following it's path_corner."
  418.           t_triggerpoly=!
  419.         }
  420.         ai_safespot:e =
  421.         {
  422.           origin = "0 0 0"
  423.           ;desc = "Set a cast's flee_target to the targetname of this entity. That character will then flee to this location."
  424.         }
  425.         ai_ty_valvehandle:e =
  426.         {
  427.           origin = "0 0 0"
  428.           ;desc = ""
  429.         }
  430.         ai_event_hostile:b =
  431.         {
  432.           ;desc = "Character touching this brush will become a hostile enemy to all other characters in LOS, that have the same cast_group as the brush."
  433.           t_triggerpoly=!
  434.         }
  435.         ai_territory:b =
  436.         {
  437.           ;desc = "Marks the boundary of a gang's territory. A character touching this will be deemed inside the gang's territory. This means war if sighted. !!NOTE!! Point the angles in the direction of the territory. This lets the AI know if the character is walking into or out of the territory."
  438.           angle = "360"
  439.           t_triggerpoly=!
  440.         }
  441.         ai_sy_oilcan:e =
  442.         {
  443.           origin = "0 0 0"
  444.           ;desc = ""
  445.         }
  446.         ai_moker_notinoffice:e =
  447.         {
  448.           origin = "0 0 0"
  449.           ;desc = ""
  450.         }
  451.         ai_pv_fuseblown1:e =
  452.         {
  453.           origin = "0 0 0"
  454.           ;desc = ""
  455.         }
  456.         ai_pv_fuseblown2:e =
  457.         {
  458.           origin = "0 0 0"
  459.           ;desc = ""
  460.         }
  461.       }
  462.       ammo.qtxfolder =
  463.       {
  464.         ammo_shells:e =
  465.         {
  466.           origin = "0 0 0"
  467.           ;desc = ""
  468.           angle = "360"
  469.         }
  470.         ammo_bullets:e =
  471.         {
  472.           origin = "0 0 0"
  473.           ;desc = ""
  474.           angle = "360"
  475.         }
  476.         ammo_grenades:e =
  477.         {
  478.           origin = "0 0 0"
  479.           ;desc = ""
  480.           angle = "360"
  481.         }
  482.         ammo_cylinder:e =
  483.         {
  484.           origin = "0 0 0"
  485.           ;desc = ""
  486.           angle = "360"
  487.         }
  488.         ammo_308:e =
  489.         {
  490.           origin = "0 0 0"
  491.           ;desc = ""
  492.           angle = "360"
  493.         }
  494.         ammo_rockets:e =
  495.         {
  496.           origin = "0 0 0"
  497.           ;desc = ""
  498.           angle = "360"
  499.         }
  500.         ammo_flametank:e =
  501.         {
  502.           origin = "0 0 0"
  503.           ;desc = ""
  504.           angle = "360"
  505.         }
  506.       }
  507.       cast.qtxfolder =
  508.       {
  509.         cast_thug:e =
  510.         {
  511.           origin = "0 0 0"
  512.           ;desc = "One handed weapon thug"
  513.           angle = "360"
  514.         }
  515.         cast_whore:e =
  516.         {
  517.           origin = "0 0 0"
  518.           ;desc = "Two handed weapon chick"
  519.           angle = "360"
  520.         }
  521.         cast_thug_sit:e =
  522.         {
  523.           origin = "0 0 0"
  524.           ;desc = "guy with the pistol"
  525.         }
  526.         cast_punk:e =
  527.         {
  528.           origin = "0 0 0"
  529.           ;desc = "Two handed weapon thug"
  530.           angle = "360"
  531.         }
  532.         cast_dog:e =
  533.         {
  534.           origin = "0 0 0"
  535.           ;desc = "Dogcast_group defines which group the character is a member of default cast_group is 0, which is neutral (won't help others out) player's cast_group is 1 (friendly characters)"
  536.           angle = "360"
  537.         }
  538.         cast_bitch:e =
  539.         {
  540.           origin = "0 0 0"
  541.           ;desc = "One handed weapon chick"
  542.           angle = "360"
  543.         }
  544.         cast_buma:e =
  545.         {
  546.           origin = "0 0 0"
  547.           ;desc = "Bum "
  548.         }
  549.         cast_bumb:e =
  550.         {
  551.           origin = "0 0 0"
  552.           ;desc = "Bum "
  553.         }
  554.         cast_bum_sit:e =
  555.         {
  556.           origin = "0 0 0"
  557.           ;desc = "A bum"
  558.           angle = "360"
  559.         }
  560.         cast_runt:e =
  561.         {
  562.           origin = "0 0 0"
  563.           ;desc = "One handed weapon runt"
  564.           angle = "360"
  565.         }
  566.         cast_shorty:e =
  567.         {
  568.           origin = "0 0 0"
  569.           ;desc = "Two handed weapon runt"
  570.           angle = "360"
  571.         }
  572.       }
  573.       misc.qtxfolder =
  574.       {
  575.         misc_teleporter_dest:e =
  576.         {
  577.           origin = "0 0 0"
  578.           ;desc = "Point teleporters at these."
  579.         }
  580.         misc_use_cutscene:e =
  581.         {
  582.           origin = "0 0 0"
  583.           ;desc = "This fixed size trigger targets a misc_cutscene_camera"
  584.         }
  585.         misc_kroker_afraid:e =
  586.         {
  587.           origin = "0 0 0"
  588.           ;desc = ""
  589.         }
  590.         misc_cut_scene:e =
  591.         {
  592.           origin = "0 0 0"
  593.           ;desc = ""
  594.         }
  595.         misc_steeltown_afraid:e =
  596.         {
  597.           origin = "0 0 0"
  598.           ;desc = ""
  599.         }
  600.         misc_teleporter:e =
  601.         {
  602.           origin = "0 0 0"
  603.           ;desc = "Stepping onto this disc will teleport players to the targeted misc_teleporter_dest object."
  604.         }
  605.         misc_skidrow_ai_reset:e =
  606.         {
  607.           origin = "0 0 0"
  608.           ;desc = ""
  609.         }
  610.         misc_fire:e =
  611.         {
  612.           origin = "0 0 0"
  613.           ;desc = "ALPHA1 = 0.1ALPHA8 = 0.8all fire gets scaled down 50 percent"
  614.         }
  615.         misc_skidrow_radio:e =
  616.         {
  617.           origin = "0 0 0"
  618.           ;desc = "Bernie and the guys will listen to this. After the radio has stopped, they'll discuss the game for some time."
  619.         }
  620.         misc_sy_afraid:e =
  621.         {
  622.           origin = "0 0 0"
  623.           ;desc = ""
  624.         }
  625.         misc_cutscene_camera:e =
  626.         {
  627.           origin = "0 0 0"
  628.           ;desc = ""
  629.           angle = "360"
  630.         }
  631.         misc_skidrow_ambush:e =
  632.         {
  633.           origin = "0 0 0"
  634.           ;desc = "Used to set ambush location for the 3 guards when the player goes into the 2nd door."
  635.         }
  636.         misc_cutscene_trigger:b =
  637.         {
  638.           ;desc = "Targets a misc_cutscene_camera"
  639.           t_triggerpoly=!
  640.         }
  641.         misc_skidrow_radio_repeater:e =
  642.         {
  643.           origin = "0 0 0"
  644.           ;desc = "Use to tag the speaker inside the warehouse"
  645.         }
  646.         misc_skidrow_afraid:e =
  647.         {
  648.           origin = "0 0 0"
  649.           ;desc = "used by actors to pick location where it is safer to run away from the player"
  650.         }
  651.         misc_pv_afraid:e =
  652.         {
  653.           origin = "0 0 0"
  654.           ;desc = ""
  655.         }
  656.         misc_alarm:e =
  657.         {
  658.           origin = "0 0 0"
  659.           ;desc = "must be triggered to work"
  660.         }
  661.         worldspawn:b =
  662.         {
  663.           ;desc = "Only used for the world."
  664.           angle = "360"
  665.           t_triggerpoly=!
  666.         }
  667.         pawn_o_matic:e =
  668.         {
  669.           origin = "0 0 0"
  670.           ;desc = ""
  671.           angle = "360"
  672.         }
  673.       }
  674.       info.qtxfolder =
  675.       {
  676.         info_player_deathmatch:e =
  677.         {
  678.           origin = "0 0 0"
  679.           ;desc = "potential spawning position for deathmatch games"
  680.           angle = "360"
  681.         }
  682.         info_null:e =
  683.         {
  684.           origin = "0 0 0"
  685.           ;desc = "Used as a positional target for spotlights, etc."
  686.         }
  687.         info_player_coop:e =
  688.         {
  689.           origin = "0 0 0"
  690.           ;desc = "potential spawning position for ai gang members"
  691.           angle = "360"
  692.         }
  693.         info_player_start:e =
  694.         {
  695.           origin = "0 0 0"
  696.           ;desc = "The normal starting point for a level."
  697.           angle = "360"
  698.         }
  699.         info_player_intermission:e =
  700.         {
  701.           origin = "0 0 0"
  702.           ;desc = "The deathmatch intermission point will be at one of theseUse 'angles' instead of 'angle', so you can set pitch or roll as well as yaw.  'pitch yaw roll'"
  703.           angle = "360"
  704.         }
  705.         info_notnull:e =
  706.         {
  707.           origin = "0 0 0"
  708.           ;desc = "Used as a positional target for lightning."
  709.         }
  710.       }
  711.       func.qtxfolder =
  712.       {
  713.         func_killbox:b =
  714.         {
  715.           ;desc = "Kills everything inside when fired, irrespective of protection."
  716.           t_triggerpoly=!
  717.         }
  718.         func_explosive:b =
  719.         {
  720.           ;desc = "Any brush that you want to explode or break apart.  If you want anexplosion, set dmg and it will do a radius explosion of that amountat the center of the bursh.If targeted it will not be shootable."
  721.           t_triggerpoly=!
  722.         }
  723.         func_door_rotating:b =
  724.         {
  725.           ;desc = "TOGGLE causes the door to wait in both the start and end states for a trigger event.START_OPEN    the door to moves to its destination when spawned, and operate in reverse.  It is used to temporarily or permanently close off an area when triggered (not useful for touch or takedamage doors).NOMONSTER    monsters will not trigger this doorYou need to have an origin brush as part of this entity.  The center of that brush will bethe point around which it is rotated. It will rotate around the Z axis by default.  You cancheck either the X_AXIS or Y_AXIS box to change that.REVERSE will cause the door to rotate in the opposite direction."
  726.           angle = "360"
  727.           t_originpoly=!
  728.         }
  729.         func_train_rotating:b =
  730.         {
  731.           ;desc = "Trains are moving platforms that players can ride.The targets origin specifies the min point of the train at each corner.The train spawns at the first target it is pointing at.If the train is the target of a button or trigger, it will not begin moving until activated.On the path cornerspeed    departure speed from that corner rotate   angle change for X Y Z to next corner duration  duration for angle change (overrides speed)"
  732.           t_originpoly=!
  733.         }
  734.         func_areaportal:b =
  735.         {
  736.           ;desc = "This is a non-visible object that divides the world intoareas that are seperated when this portal is not activated.Usually enclosed in the middle of a door."
  737.           t_triggerpoly=!
  738.         }
  739.         func_wall:b =
  740.         {
  741.           ;desc = "This is just a solid wall if not inhibitedTRIGGER_SPAWN    the wall will not be present until triggered it will then blink in to existance; it will kill anything that was in it's wayTOGGLE    only valid for TRIGGER_SPAWN walls this allows the wall to be turned on and offSTART_ON only valid for TRIGGER_SPAWN walls the wall will initially be present"
  742.           t_triggerpoly=!
  743.         }
  744.         func_group:e =
  745.         {
  746.           origin = "0 0 0"
  747.           ;desc = ""
  748.         }
  749.         func_rotating:b =
  750.         {
  751.           ;desc = " You need to have an origin brush as part of this entity.  The center of that brush will be the point around which it is rotated. It will rotate around the Z axis by default.  You can check either the X_AXIS or Y_AXIS box to change that.REVERSE will cause the it to rotate in the opposite direction.STOP mean it will stop moving instead of pushing entities"
  752.           t_originpoly=!
  753.         }
  754.         func_subdoor_handle1:b =
  755.         {
  756.           ;desc = "Will rotate 90 deg with the func_subdoor_base.You need to have an origin brush in the center of this entity. The center of that brush will bethe point around which it is rotated. It will rotate around the Z axis by default. You cancheck either the X_AXIS or Y_AXIS box to change that.REVERSE will cause the handle to rotate in the opposite direction."
  757.           t_triggerpoly=!
  758.         }
  759.         func_subdoor_handle2:e =
  760.         {
  761.           origin = "0 0 0"
  762.           ;desc = "Will rotate with doorIt's origin should be the door's origin"
  763.         }
  764.         func_conveyor:b =
  765.         {
  766.           ;desc = "Conveyors are stationary brushes that move what's on them. The brush should be have a surface with at least one current content enabled."
  767.           t_triggerpoly=!
  768.         }
  769.         func_door_secret:b =
  770.         {
  771.           ;desc = "A secret door.  Slide back and then to the side.open_once        doors never closes1st_left        1st move is left of arrow1st_down        1st move is down from arrowalways_shoot    door is shootebale even if targeted"
  772.           angle = "360"
  773.           t_triggerpoly=!
  774.         }
  775.         func_timer:e =
  776.         {
  777.           origin = "0 0 0"
  778.           ;desc = "so, the basic time between firing is a random time between (wait - random) and (wait + random)These can used but not touched."
  779.         }
  780.         func_plat:b =
  781.         {
  782.           ;desc = "Plats are always drawn in the extended position, so they will light correctly. If the plat is the target of another trigger or button, it will start out disabled in the extended position until it is trigger, when it will lower and become a normal plat.If the height key is set, that will determine the amount the plat moves, instead of being implicitly determoveinfoned by the model's height."
  783.           t_triggerpoly=!
  784.         }
  785.         func_door:b =
  786.         {
  787.           ;desc = "TOGGLE        wait in both the start and end states for a trigger event.START_OPEN    the door to moves to its destination when spawned, and operate in reverse.  It is used to temporarily or permanently close off an area when triggered (not useful for touch or takedamage doors).NOMONSTER    monsters will not trigger this door"
  788.           angle = "360"
  789.           t_triggerpoly=!
  790.         }
  791.         func_object:b =
  792.         {
  793.           ;desc = "This is solid bmodel that will fall if it's support it removed."
  794.           t_triggerpoly=!
  795.         }
  796.         func_water:b =
  797.         {
  798.           ;desc = "func_water is a moveable water brush.  It must be targeted to operate.  Use a non-water texture at your own risk.START_OPEN causes the water to move to its destination when spawned and operate in reverse."
  799.           angle = "360"
  800.           t_triggerpoly=!
  801.         }
  802.         func_subdoor_base:b =
  803.         {
  804.           ;desc = "The func_subdoor_handle1 will rotate 90 deg then the door will open with func_subdoor_handle2.TOGGLE causes the door to wait in both the start and end states for a trigger event.NOMONSTER    monsters will not trigger this doorYou need to have an origin brush as part of this entity.  The center of that brush will be the point around which it is rotated. It will rotate around the Z axis by default. You can check either the X_AXIS or Y_AXIS box to change that.You also need a func_subdoor_handle1 - Handle with origin in the center, func_subdoor_handle2 - Handle with origin at the door origin. Both handles are in the same area in level spaceREVERSE will cause the door to rotate in the opposite direction."
  805.           angle = "360"
  806.           t_triggerpoly=!
  807.         }
  808.         func_lift:b =
  809.         {
  810.           ;desc = "Lifts are moving platforms that players and ai_characters can ride. (Use only for up and down!!)(MUST BE BUTTON ACTIVATED FOR AI TO USE)The targets origin specifies the min point of the train at each corner.The train spawns at the first target it is pointing at.If the train is the target of a button or trigger, it will not begin moving until activated."
  811.           t_triggerpoly=!
  812.         }
  813.         func_button:b =
  814.         {
  815.           ;desc = " When a button is touched, it moves some distance in the direction of it's angle, triggers all of it's targets, waits some time, then returns to it's original position where it can be triggered again."
  816.           angle = "360"
  817.           t_triggerpoly=!
  818.         }
  819.         func_clock:e =
  820.         {
  821.           origin = "0 0 0"
  822.           ;desc = "target a target_string with thisThe default is to be a time of day clockTIMER_UP and TIMER_DOWN run for count seconds and the fire pathtargetIf START_OFF, this entity must be used before it starts"
  823.         }
  824.         func_train:b =
  825.         {
  826.           ;desc = "Trains are moving platforms that players can ride.The targets origin specifies the min point of the train at each corner.The train spawns at the first target it is pointing at.If the train is the target of a button or trigger, it will not begin moving until activated."
  827.           angle = "360"
  828.           t_triggerpoly=!
  829.         }
  830.       }
  831.       path.qtxfolder =
  832.       {
  833.         path_corner:e =
  834.         {
  835.           origin = "0 0 0"
  836.           ;desc = "NOTE Use path_corner_cast for character path's"
  837.         }
  838.         path_corner_cast:e =
  839.         {
  840.           origin = "0 0 0"
  841.           ;desc = ""
  842.         }
  843.         path_attractor:e =
  844.         {
  845.           origin = "0 0 0"
  846.           ;desc = "When this is placed on the map it will attract actors by name from the episodic ai routines"
  847.         }
  848.       }
  849.       item.qtxfolder =
  850.       {
  851.         item_cashbaglarge:e =
  852.         {
  853.           origin = "0 0 0"
  854.           ;desc = ""
  855.         }
  856.         item_health_sm:e =
  857.         {
  858.           origin = "0 0 0"
  859.           ;desc = ""
  860.           angle = "360"
  861.         }
  862.         item_pack:e =
  863.         {
  864.           origin = "0 0 0"
  865.           ;desc = ""
  866.           angle = "360"
  867.         }
  868.         item_cashbagsmall:e =
  869.         {
  870.           origin = "0 0 0"
  871.           ;desc = ""
  872.           angle = "360"
  873.         }
  874.         item_armor_jacket:e =
  875.         {
  876.           origin = "0 0 0"
  877.           ;desc = ""
  878.           angle = "360"
  879.         }
  880.         item_adrenaline:e =
  881.         {
  882.           origin = "0 0 0"
  883.           ;desc = ""
  884.           angle = "360"
  885.         }
  886.         item_valve:e =
  887.         {
  888.           origin = "0 0 0"
  889.           ;desc = ""
  890.           angle = "360"
  891.         }
  892.         item_lizzyhead:e =
  893.         {
  894.           origin = "0 0 0"
  895.           ;desc = ""
  896.           angle = "360"
  897.         }
  898.         item_watch:e =
  899.         {
  900.           origin = "0 0 0"
  901.           ;desc = "Watch for Lenny"
  902.         }
  903.         item_oilcan:e =
  904.         {
  905.           origin = "0 0 0"
  906.           ;desc = ""
  907.         }
  908.         item_armor_legs_heavy:e =
  909.         {
  910.           origin = "0 0 0"
  911.           ;desc = ""
  912.           angle = "360"
  913.         }
  914.         item_health_lg:e =
  915.         {
  916.           origin = "0 0 0"
  917.           ;desc = ""
  918.           angle = "360"
  919.         }
  920.         item_battery:e =
  921.         {
  922.           origin = "0 0 0"
  923.           ;desc = ""
  924.         }
  925.         item_armor_helmet:e =
  926.         {
  927.           origin = "0 0 0"
  928.           ;desc = ""
  929.           angle = "360"
  930.         }
  931.         item_armor_jacket_heavy:e =
  932.         {
  933.           origin = "0 0 0"
  934.           ;desc = ""
  935.           angle = "360"
  936.         }
  937.         item_whiskey:e =
  938.         {
  939.           origin = "0 0 0"
  940.           ;desc = "Whiskey for the bum"
  941.         }
  942.         item_safedocs:e =
  943.         {
  944.           origin = "0 0 0"
  945.           ;desc = ""
  946.         }
  947.         item_cashroll:e =
  948.         {
  949.           origin = "0 0 0"
  950.           ;desc = ""
  951.         }
  952.         item_flashlight:e =
  953.         {
  954.           origin = "0 0 0"
  955.           ;desc = ""
  956.         }
  957.         item_coil:e =
  958.         {
  959.           origin = "0 0 0"
  960.           ;desc = ""
  961.         }
  962.         item_armor_legs:e =
  963.         {
  964.           origin = "0 0 0"
  965.           ;desc = ""
  966.           angle = "360"
  967.         }
  968.         item_armor_helmet_heavy:e =
  969.         {
  970.           origin = "0 0 0"
  971.           ;desc = ""
  972.           angle = "360"
  973.         }
  974.       }
  975.       unknown.qtxfolder =
  976.       {
  977.         ep_skidrow_flag:e =
  978.         {
  979.           origin = "0 0 0"
  980.           ;desc = ""
  981.         }
  982.         rc_initiation_observer:e =
  983.         {
  984.           origin = "0 0 0"
  985.           ;desc = ""
  986.         }
  987.         rc_initiation_brush:e =
  988.         {
  989.           origin = "0 0 0"
  990.           ;desc = ""
  991.           angle = "360"
  992.         }
  993.       }
  994.       dm.qtxfolder =
  995.       {
  996.         dm_safebag:e =
  997.         {
  998.           origin = "0 0 0"
  999.           ;desc = "Bag that holds the money in the safe."
  1000.         }
  1001.         dm_props_banner:e =
  1002.         {
  1003.           origin = "0 0 0"
  1004.           ;desc = "Temp banner for teamplay"
  1005.           angle = "360"
  1006.         }
  1007.         dm_cashspawn:e =
  1008.         {
  1009.           origin = "0 0 0"
  1010.           ;desc = "Spawn location for cash during Grab da Loot games"
  1011.           angle = "360"
  1012.         }
  1013.       }
  1014.       trigger.qtxfolder =
  1015.       {
  1016.         trigger_counter:b =
  1017.         {
  1018.           ;desc = "Acts as an intermediary for an action that takes multiple inputs.If nomessage is not set, t will print 1 more..  etc when triggered and sequence complete when finished."
  1019.           t_triggerpoly=!
  1020.         }
  1021.         trigger_once:b =
  1022.         {
  1023.           ;desc = "Triggers once, then removes itself. You must set the key target to the name of another object in the level that has a matching targetname.If TRIGGERED, this trigger must be triggered before it is live."
  1024.           angle = "360"
  1025.           t_triggerpoly=!
  1026.         }
  1027.         trigger_motorcycle:b =
  1028.         {
  1029.           ;desc = "Will trigger the motorcycle"
  1030.           t_triggerpoly=!
  1031.         }
  1032.         trigger_push:b =
  1033.         {
  1034.           ;desc = "Pushes the player"
  1035.           angle = "360"
  1036.           t_triggerpoly=!
  1037.         }
  1038.         trigger_elevator:e =
  1039.         {
  1040.           origin = "0 0 0"
  1041.           ;desc = ""
  1042.         }
  1043.         trigger_always:e =
  1044.         {
  1045.           origin = "0 0 0"
  1046.           ;desc = "This trigger will always fire.  It is activated by the world."
  1047.         }
  1048.         trigger_unlock:b =
  1049.         {
  1050.           ;desc = "Player will unlock a targeted door when this brush is touchedCan be triggered also!door's key should equal -1"
  1051.           t_triggerpoly=!
  1052.         }
  1053.         trigger_hurt:b =
  1054.         {
  1055.           ;desc = "Any entity that touches this will be hurt.SILENT            supresses playing the soundSLOW            changes the damage rate to once per secondNO_PROTECTION    *nothing* stops the damage"
  1056.           t_triggerpoly=!
  1057.         }
  1058.         trigger_hurt_fire:b =
  1059.         {
  1060.           ;desc = "Any entity that touches this will be hurt.It does dmg points of damage each server frame and burns the playerSILENT            supresses playing the soundSLOW            changes the damage rate to once per secondNO_PROTECTION    *nothing* stops the damage"
  1061.           t_triggerpoly=!
  1062.         }
  1063.         trigger_key:e =
  1064.         {
  1065.           origin = "0 0 0"
  1066.           ;desc = ""
  1067.         }
  1068.         trigger_multiple:b =
  1069.         {
  1070.           ;desc = "Variable sized repeatable trigger.  Must be targeted at one or more entities. If delay is set, the trigger waits some time after activating before firing."
  1071.           angle = "360"
  1072.           t_triggerpoly=!
  1073.         }
  1074.         trigger_relay:e =
  1075.         {
  1076.           origin = "0 0 0"
  1077.           ;desc = "This fixed size trigger cannot be touched, it can only be fired by other events."
  1078.         }
  1079.         trigger_hurt_electric:e =
  1080.         {
  1081.           origin = "0 0 0"
  1082.           ;desc = ""
  1083.           angle = "360"
  1084.         }
  1085.         trigger_monsterjump:b =
  1086.         {
  1087.           ;desc = "Walking monsters that touch this will jump in the direction of the trigger's angle"
  1088.           t_triggerpoly=!
  1089.         }
  1090.       }
  1091.       props.qtxfolder =
  1092.       {
  1093.         props_mattressA:e =
  1094.         {
  1095.           origin = "0 0 0"
  1096.           ;desc = "A mattress"
  1097.         }
  1098.         props_mattressB:e =
  1099.         {
  1100.           origin = "0 0 0"
  1101.           ;desc = "A mattress"
  1102.         }
  1103.         props_trashcanA:b =
  1104.         {
  1105.           ;desc = "Trash can you can push.  You can override its mass (400),"
  1106.           t_triggerpoly=!
  1107.         }
  1108.         props_mattressC:e =
  1109.         {
  1110.           origin = "0 0 0"
  1111.           ;desc = "A mattress"
  1112.           angle = "360"
  1113.         }
  1114.         props_phone:e =
  1115.         {
  1116.           origin = "0 0 0"
  1117.           ;desc = "A phone (telephone)"
  1118.           angle = "360"
  1119.         }
  1120.         props_steam_machine:e =
  1121.         {
  1122.           origin = "0 0 0"
  1123.           ;desc = "A real steam producer  "
  1124.         }
  1125.         props_crate_bust_32:b =
  1126.         {
  1127.           ;desc = "Crate can bust and you can push"
  1128.           angle = "360"
  1129.           t_triggerpoly=!
  1130.         }
  1131.         props_cola_machine:e =
  1132.         {
  1133.           origin = "0 0 0"
  1134.           ;desc = "A cola machineThe bounding box can be rotated in angles of 90 deg and block properly"
  1135.           angle = "360"
  1136.         }
  1137.         props_motorcycle:e =
  1138.         {
  1139.           origin = "0 0 0"
  1140.           ;desc = "A motorcycle"
  1141.           angle = "360"
  1142.         }
  1143.         props_antenna1a:e =
  1144.         {
  1145.           origin = "0 0 0"
  1146.           ;desc = "An antenna"
  1147.         }
  1148.         props_crate_bust_48:b =
  1149.         {
  1150.           ;desc = "Crate can bust and you can push"
  1151.           angle = "360"
  1152.           t_triggerpoly=!
  1153.         }
  1154.         props_antenna1b:e =
  1155.         {
  1156.           origin = "0 0 0"
  1157.           ;desc = "An antenna"
  1158.           angle = "360"
  1159.         }
  1160.         props_antenna1c:e =
  1161.         {
  1162.           origin = "0 0 0"
  1163.           ;desc = "An antenna"
  1164.           angle = "360"
  1165.         }
  1166.         props_wall_fall:e =
  1167.         {
  1168.           origin = "0 0 0"
  1169.           ;desc = "A wall that falls when trigered  "
  1170.           angle = "360"
  1171.         }
  1172.         props_antenna2a:e =
  1173.         {
  1174.           origin = "0 0 0"
  1175.           ;desc = "An antenna"
  1176.           angle = "360"
  1177.         }
  1178.         props_antenna2b:e =
  1179.         {
  1180.           origin = "0 0 0"
  1181.           ;desc = "An antenna"
  1182.         }
  1183.         props_antenna2c:e =
  1184.         {
  1185.           origin = "0 0 0"
  1186.           ;desc = "An antenna"
  1187.           angle = "360"
  1188.         }
  1189.         props_rat_spawner:e =
  1190.         {
  1191.           origin = "0 0 0"
  1192.           ;desc = "Base rat spawner"
  1193.         }
  1194.         props_rat:e =
  1195.         {
  1196.           origin = "0 0 0"
  1197.           ;desc = "A rat"
  1198.           angle = "360"
  1199.         }
  1200.         props_crate_bust_64:b =
  1201.         {
  1202.           ;desc = "Crate you can bust"
  1203.           angle = "360"
  1204.           t_triggerpoly=!
  1205.         }
  1206.         props_ammocrate_bust:e =
  1207.         {
  1208.           origin = "0 0 0"
  1209.           ;desc = "Crate you may bust.The bounding box can be rotated in angles of 90 deg and block properly"
  1210.           angle = "360"
  1211.         }
  1212.         props_antenna3a:e =
  1213.         {
  1214.           origin = "0 0 0"
  1215.           ;desc = "An antenna"
  1216.         }
  1217.         props_antenna3b:e =
  1218.         {
  1219.           origin = "0 0 0"
  1220.           ;desc = "An antenna"
  1221.         }
  1222.         props_antenna3c:e =
  1223.         {
  1224.           origin = "0 0 0"
  1225.           ;desc = "An antenna"
  1226.         }
  1227.         props_motorcycle_runaway:e =
  1228.         {
  1229.           origin = "0 0 0"
  1230.           ;desc = "A motorcycle riding in place"
  1231.           angle = "360"
  1232.         }
  1233.         props_trashbottle_vert:e =
  1234.         {
  1235.           origin = "0 0 0"
  1236.           ;desc = "A vertical trash bottle"
  1237.           angle = "360"
  1238.         }
  1239.         props_trashcan_fall:e =
  1240.         {
  1241.           origin = "0 0 0"
  1242.           ;desc = "Trash can you can push.  You can override its mass (100),"
  1243.         }
  1244.         props_shelf:e =
  1245.         {
  1246.           origin = "0 0 0"
  1247.           ;desc = "The pawn shop shelf "
  1248.           angle = "360"
  1249.         }
  1250.         props_motorcycle_run:e =
  1251.         {
  1252.           origin = "0 0 0"
  1253.           ;desc = "A motorcycle speeding away"
  1254.         }
  1255.         props_rat_trigger:e =
  1256.         {
  1257.           origin = "0 0 0"
  1258.           ;desc = "A rat that is spawned when triggered"
  1259.         }
  1260.         props_aircon:e =
  1261.         {
  1262.           origin = "0 0 0"
  1263.           ;desc = "A cool box deluxe"
  1264.         }
  1265.         props_blimp:e =
  1266.         {
  1267.           origin = "0 0 0"
  1268.           ;desc = "A path corner blimp - trigger to make visable and start moving"
  1269.         }
  1270.         props_extinguisherA:e =
  1271.         {
  1272.           origin = "0 0 0"
  1273.           ;desc = "An extingusher"
  1274.           angle = "360"
  1275.         }
  1276.         props_extinguisherB:e =
  1277.         {
  1278.           origin = "0 0 0"
  1279.           ;desc = "An extingusher"
  1280.         }
  1281.         props_trash:e =
  1282.         {
  1283.           origin = "0 0 0"
  1284.           ;desc = "Some trash"
  1285.           angle = "360"
  1286.         }
  1287.         props_cig_machine:e =
  1288.         {
  1289.           origin = "0 0 0"
  1290.           ;desc = "A cigarette machineThe bounding box can be rotated in angles of 90 deg and block properly"
  1291.           angle = "360"
  1292.         }
  1293.         props_radio:e =
  1294.         {
  1295.           origin = "0 0 0"
  1296.           ;desc = "A radio that will take damage and activate triggers on destruction"
  1297.           angle = "360"
  1298.         }
  1299.         props_trashpaper:e =
  1300.         {
  1301.           origin = "0 0 0"
  1302.           ;desc = "Some trash"
  1303.           angle = "360"
  1304.         }
  1305.         props_rat_spawner_node:e =
  1306.         {
  1307.           origin = "0 0 0"
  1308.           ;desc = "Possible rat spawn point from props_rat_spawner"
  1309.           angle = "360"
  1310.         }
  1311.         props_chair:e =
  1312.         {
  1313.           origin = "0 0 0"
  1314.           ;desc = "A chair (with no bounding box)"
  1315.           angle = "360"
  1316.         }
  1317.         props_shelf_fall:e =
  1318.         {
  1319.           origin = "0 0 0"
  1320.           ;desc = "An falling shelfThe bounding box can be rotated in angles of 90 deg and block properly"
  1321.         }
  1322.         props_trashcorner:e =
  1323.         {
  1324.           origin = "0 0 0"
  1325.           ;desc = "Some trash"
  1326.           angle = "360"
  1327.         }
  1328.         props_shelfB_fall:e =
  1329.         {
  1330.           origin = "0 0 0"
  1331.           ;desc = "Another falling shelf"
  1332.         }
  1333.         props_trashwall:e =
  1334.         {
  1335.           origin = "0 0 0"
  1336.           ;desc = "Some trash"
  1337.           angle = "360"
  1338.         }
  1339.         props_fan:e =
  1340.         {
  1341.           origin = "0 0 0"
  1342.           ;desc = "A fan"
  1343.           angle = "360"
  1344.         }
  1345.         props_hydrant:e =
  1346.         {
  1347.           origin = "0 0 0"
  1348.           ;desc = "A hydrant that does jack"
  1349.         }
  1350.         props_roof_vent:e =
  1351.         {
  1352.           origin = "0 0 0"
  1353.           ;desc = "A moving roof vent"
  1354.         }
  1355.         props_tv:e =
  1356.         {
  1357.           origin = "0 0 0"
  1358.           ;desc = "A television"
  1359.           angle = "360"
  1360.         }
  1361.         props_tablesetA:e =
  1362.         {
  1363.           origin = "0 0 0"
  1364.           ;desc = "Card-shark table setting"
  1365.           angle = "360"
  1366.         }
  1367.         props_trashbottle:e =
  1368.         {
  1369.           origin = "0 0 0"
  1370.           ;desc = "Some trash"
  1371.           angle = "360"
  1372.         }
  1373.         props2_shelf_metal_B_fall:e =
  1374.         {
  1375.           origin = "0 0 0"
  1376.           ;desc = "Another falling metal shelfThe bounding box can be rotated in angles of 90 deg and block properly"
  1377.         }
  1378.         props2_plant_fern:e =
  1379.         {
  1380.           origin = "0 0 0"
  1381.           ;desc = "A fern plant"
  1382.           angle = "360"
  1383.         }
  1384.         props2_clubchair:e =
  1385.         {
  1386.           origin = "0 0 0"
  1387.           ;desc = "A pushable chair"
  1388.         }
  1389.         props2_deadguy_underwater:e =
  1390.         {
  1391.           origin = "0 0 0"
  1392.           ;desc = "An underwater dead guy in cement body you can shootThe bounding box can be rotated in angles of 90 deg and block properly"
  1393.         }
  1394.         props2_deadguy:e =
  1395.         {
  1396.           origin = "0 0 0"
  1397.           ;desc = "An dead guy body you can shootThe bounding box can be rotated in angles of 90 deg and block properly"
  1398.           angle = "360"
  1399.         }
  1400.         props2_boat_animate:e =
  1401.         {
  1402.           origin = "0 0 0"
  1403.           ;desc = "An animated boat"
  1404.           angle = "360"
  1405.         }
  1406.         props2_chair_push:e =
  1407.         {
  1408.           origin = "0 0 0"
  1409.           ;desc = "A pushable chair"
  1410.           angle = "360"
  1411.         }
  1412.         props2_fish_spawner_node:e =
  1413.         {
  1414.           origin = "0 0 0"
  1415.           ;desc = " Possible fish spawn point from props2_fish_spawner"
  1416.         }
  1417.         props2_barrels_fall_ST:e =
  1418.         {
  1419.           origin = "0 0 0"
  1420.           ;desc = "A set of barrels that you can trigger to fall  "
  1421.           angle = "360"
  1422.         }
  1423.         props2_vaseA:e =
  1424.         {
  1425.           origin = "0 0 0"
  1426.           ;desc = "A vase"
  1427.         }
  1428.         props2_vaseB:e =
  1429.         {
  1430.           origin = "0 0 0"
  1431.           ;desc = "A vase"
  1432.         }
  1433.         props2_truck_die:e =
  1434.         {
  1435.           origin = "0 0 0"
  1436.           ;desc = "A truck that becomes toast"
  1437.           angle = "360"
  1438.         }
  1439.         props2_car_topdown:e =
  1440.         {
  1441.           origin = "0 0 0"
  1442.           ;desc = "A car with top downThe bounding box can be rotated in angles of 90 deg and block properly"
  1443.         }
  1444.         props2_buoy_side:e =
  1445.         {
  1446.           origin = "0 0 0"
  1447.           ;desc = ""
  1448.           angle = "360"
  1449.         }
  1450.         props2_fish_spawner:e =
  1451.         {
  1452.           origin = "0 0 0"
  1453.           ;desc = "Base fish spawner"
  1454.         }
  1455.         props2_wall_fish:e =
  1456.         {
  1457.           origin = "0 0 0"
  1458.           ;desc = "A fish on the wall The bounding box can be rotated in angles of 90 deg and block properly"
  1459.         }
  1460.         props2_ashtray:e =
  1461.         {
  1462.           origin = "0 0 0"
  1463.           ;desc = "An ashtray"
  1464.           angle = "360"
  1465.         }
  1466.         props2_buoy_animate:e =
  1467.         {
  1468.           origin = "0 0 0"
  1469.           ;desc = "An animated buoy"
  1470.         }
  1471.         props2_buoy:e =
  1472.         {
  1473.           origin = "0 0 0"
  1474.           ;desc = "A buoy"
  1475.         }
  1476.         props2_plant_bush:e =
  1477.         {
  1478.           origin = "0 0 0"
  1479.           ;desc = "A bush like plant"
  1480.         }
  1481.         props2_fish_trigger:e =
  1482.         {
  1483.           origin = "0 0 0"
  1484.           ;desc = "A fish that is spawned when triggered"
  1485.         }
  1486.         props2_boatphone:e =
  1487.         {
  1488.           origin = "0 0 0"
  1489.           ;desc = "A boat phone"
  1490.         }
  1491.         props2_clothesline:b =
  1492.         {
  1493.           ;desc = "A clothes line"
  1494.           angle = "360"
  1495.           t_triggerpoly=!
  1496.         }
  1497.         props2_plant_SM:e =
  1498.         {
  1499.           origin = "0 0 0"
  1500.           ;desc = "A plant"
  1501.         }
  1502.         props2_car_topup:e =
  1503.         {
  1504.           origin = "0 0 0"
  1505.           ;desc = "A car with top upThe bounding box can be rotated in angles of 90 deg and block properly"
  1506.           angle = "360"
  1507.         }
  1508.         props2_barrels_PV_A:e =
  1509.         {
  1510.           origin = "0 0 0"
  1511.           ;desc = "A set of barrels that you can trigger to fall  "
  1512.           angle = "360"
  1513.         }
  1514.         props2_sign:e =
  1515.         {
  1516.           origin = "0 0 0"
  1517.           ;desc = "A sign  The bounding box can be rotated in angles of 90 deg and block properly"
  1518.         }
  1519.         props2_barrels_PV_B:e =
  1520.         {
  1521.           origin = "0 0 0"
  1522.           ;desc = "A set of barrels that you can trigger to fall  "
  1523.           angle = "360"
  1524.         }
  1525.         props2_barrels_PV_C:e =
  1526.         {
  1527.           origin = "0 0 0"
  1528.           ;desc = "A set of barrels that you can trigger to fall  "
  1529.           angle = "360"
  1530.         }
  1531.         props2_barrels_PV_D:e =
  1532.         {
  1533.           origin = "0 0 0"
  1534.           ;desc = "A set of barrels that you can trigger to fall  "
  1535.           angle = "360"
  1536.         }
  1537.         props2_barrels_PV_E:e =
  1538.         {
  1539.           origin = "0 0 0"
  1540.           ;desc = "A set of barrels that you can trigger to fall  "
  1541.           angle = "360"
  1542.         }
  1543.         props2_barrels_PV_F:e =
  1544.         {
  1545.           origin = "0 0 0"
  1546.           ;desc = "A set of barrels that you can trigger to fall  "
  1547.         }
  1548.         props2_pinball_machine:b =
  1549.         {
  1550.           ;desc = "A pinball machine  The bounding box can be rotated in angles of 90 deg and block properly"
  1551.           angle = "360"
  1552.           t_triggerpoly=!
  1553.         }
  1554.         props2_clubcouch:e =
  1555.         {
  1556.           origin = "0 0 0"
  1557.           ;desc = "A couchThe bounding box can be rotated in angles of 90 deg and block properly"
  1558.         }
  1559.         props2_chair_conf:e =
  1560.         {
  1561.           origin = "0 0 0"
  1562.           ;desc = "An pushable chair"
  1563.           angle = "360"
  1564.         }
  1565.         props2_helicopter_animate:e =
  1566.         {
  1567.           origin = "0 0 0"
  1568.           ;desc = "A helicopter and actor that animate when trigered  "
  1569.           angle = "360"
  1570.         }
  1571.         props2_boat:e =
  1572.         {
  1573.           origin = "0 0 0"
  1574.           ;desc = "A boat  The bounding box can be rotated in angles of 90 deg and block properly"
  1575.         }
  1576.         props2_shelf_metal_A_fall:e =
  1577.         {
  1578.           origin = "0 0 0"
  1579.           ;desc = "A falling metal shelfThe bounding box can be rotated in angles of 90 deg and block properly"
  1580.         }
  1581.         props2_car_animate:e =
  1582.         {
  1583.           origin = "0 0 0"
  1584.           ;desc = "A car and actors that animate when trigered  "
  1585.           angle = "360"
  1586.         }
  1587.         props2_lunch:e =
  1588.         {
  1589.           origin = "0 0 0"
  1590.           ;desc = "A lunch"
  1591.           angle = "360"
  1592.         }
  1593.         props2_plant_XL:e =
  1594.         {
  1595.           origin = "0 0 0"
  1596.           ;desc = "A plant"
  1597.           angle = "360"
  1598.         }
  1599.         props2_fish:e =
  1600.         {
  1601.           origin = "0 0 0"
  1602.           ;desc = "A fish"
  1603.         }
  1604.         props2_lighthouse_beam:e =
  1605.         {
  1606.           origin = "0 0 0"
  1607.           ;desc = "A light house light beam that rotates"
  1608.         }
  1609.         props2_deadgal_headless:e =
  1610.         {
  1611.           origin = "0 0 0"
  1612.           ;desc = "A female dead body you can shoot that has no headThe bounding box can be rotated in angles of 90 deg and block properly"
  1613.           angle = "360"
  1614.         }
  1615.         props2_air_train:e =
  1616.         {
  1617.           origin = "0 0 0"
  1618.           ;desc = "An an train that animates when trigger  "
  1619.         }
  1620.         props2_gargoyle:e =
  1621.         {
  1622.           origin = "0 0 0"
  1623.           ;desc = "A gargoyle"
  1624.           angle = "360"
  1625.         }
  1626.         props2_barrels_fallA:e =
  1627.         {
  1628.           origin = "0 0 0"
  1629.           ;desc = "A set of barrels that you can trigger to fall  "
  1630.           angle = "360"
  1631.         }
  1632.         props2_barrels_fallB:e =
  1633.         {
  1634.           origin = "0 0 0"
  1635.           ;desc = "Another set of barrels that  you can trigger to fall  "
  1636.           angle = "360"
  1637.         }
  1638.         props2_flag:b =
  1639.         {
  1640.           ;desc = "A flagThe bounding box can be rotated in angles of 90 deg and block properly"
  1641.           angle = "360"
  1642.           t_triggerpoly=!
  1643.         }
  1644.         props3_cut_train_run_animate:e =
  1645.         {
  1646.           origin = "0 0 0"
  1647.           ;desc = "A guy that likes to run to trains  "
  1648.           angle = "360"
  1649.         }
  1650.         props3_whiskey_glass:e =
  1651.         {
  1652.           origin = "0 0 0"
  1653.           ;desc = "A decanter  "
  1654.           angle = "360"
  1655.         }
  1656.         props3_decanter:e =
  1657.         {
  1658.           origin = "0 0 0"
  1659.           ;desc = "A decanter  "
  1660.           angle = "360"
  1661.         }
  1662.         props3_cut_A_animate:e =
  1663.         {
  1664.           origin = "0 0 0"
  1665.           ;desc = "A guy sitting on a chair  "
  1666.           angle = "360"
  1667.         }
  1668.         props3_cut_C_animate:e =
  1669.         {
  1670.           origin = "0 0 0"
  1671.           ;desc = ""
  1672.           angle = "360"
  1673.         }
  1674.         props3_barrels_fall_nikki_A:e =
  1675.         {
  1676.           origin = "0 0 0"
  1677.           ;desc = "A set of barrels that you can trigger to fall  "
  1678.           angle = "360"
  1679.         }
  1680.         props3_barrels_fall_nikki_B:e =
  1681.         {
  1682.           origin = "0 0 0"
  1683.           ;desc = "A set of barrels that you can trigger to fall  "
  1684.           angle = "360"
  1685.         }
  1686.         props3_dead_louie:e =
  1687.         {
  1688.           origin = "0 0 0"
  1689.           ;desc = "An dead louie body you can shoot"
  1690.           angle = "360"
  1691.         }
  1692.         props3_cash:e =
  1693.         {
  1694.           origin = "0 0 0"
  1695.           ;desc = "Some cash"
  1696.           angle = "360"
  1697.         }
  1698.         props3_deco_fixture:e =
  1699.         {
  1700.           origin = "0 0 0"
  1701.           ;desc = "A deco fixture"
  1702.           angle = "360"
  1703.         }
  1704.         props3_cut_boss_chick_animate:e =
  1705.         {
  1706.           origin = "0 0 0"
  1707.           ;desc = "A boss and chick that animate on a balcony when trigered  "
  1708.           angle = "360"
  1709.         }
  1710.         props3_cut_pinball_guy_animate:e =
  1711.         {
  1712.           origin = "0 0 0"
  1713.           ;desc = ""
  1714.           angle = "360"
  1715.         }
  1716.         props3_cut_truck_driver:e =
  1717.         {
  1718.           origin = "0 0 0"
  1719.           ;desc = "The driver driving a truck"
  1720.           angle = "360"
  1721.         }
  1722.         props3_cash_counter_animate:e =
  1723.         {
  1724.           origin = "0 0 0"
  1725.           ;desc = "A cash counter machine that animates when triggered  "
  1726.         }
  1727.         props3_cut_B_animate:e =
  1728.         {
  1729.           origin = "0 0 0"
  1730.           ;desc = ""
  1731.           angle = "360"
  1732.         }
  1733.         props3_cut_D_animate:e =
  1734.         {
  1735.           origin = "0 0 0"
  1736.           ;desc = ""
  1737.         }
  1738.         props3_cut_boss_player_animate:e =
  1739.         {
  1740.           origin = "0 0 0"
  1741.           ;desc = "A boss and player that animate when trigered  "
  1742.           angle = "360"
  1743.         }
  1744.         props3_cut_final_animate:e =
  1745.         {
  1746.           origin = "0 0 0"
  1747.           ;desc = "The final cut scene"
  1748.           angle = "360"
  1749.         }
  1750.         props3_cut_run_to_car_animate:e =
  1751.         {
  1752.           origin = "0 0 0"
  1753.           ;desc = "An actor running to a car  "
  1754.         }
  1755.       }
  1756.       light.qtxfolder =
  1757.       {
  1758.         junior:e =
  1759.         {
  1760.           origin = "0 0 0"
  1761.           ;desc = "Used for dynamic lighting of characters."
  1762.         }
  1763.         light_sconce:e =
  1764.         {
  1765.           origin = "0 0 0"
  1766.           ;desc = "A cage light modelNon-displayed light.Default light value is 300.Default style is 0.If targeted, will toggle between on and off.Default _cone value is 10 (used to set size of light for spotlights)movedir will be the color of the flarehealth is size for lightflaredmg will specify the flare typeFLARE_WHITE       0FLARE_SUN        1FLARE_AMBER        2FLARE_RED        3FLARE_BLUE        4FLARE_GREEN        5"
  1767.         }
  1768.         light:e =
  1769.         {
  1770.           origin = "0 0 0"
  1771.           ;desc = "Non-displayed light.Default light value is 300.Default style is 0.If targeted, will toggle between on and off.Default _cone value is 10 (used to set size of light for spotlights)movedir will be the color of the flarehealth is size for lightflaredmg will specify the flare typeFLARE_WHITE       0FLARE_SUN        1FLARE_AMBER        2FLARE_RED        3FLARE_BLUE        4FLARE_GREEN        5"
  1772.           angle = "360"
  1773.         }
  1774.         light_bulb:e =
  1775.         {
  1776.           origin = "0 0 0"
  1777.           ;desc = "A bulb that outputs lightNon-displayed light.Default light value is 300.Default style is 0.If targeted, will toggle between on and off.Default _cone value is 10 (used to set size of light for spotlights)movedir will be the color of the flarehealth is size for lightflaredmg will specify the flare typeFLARE_WHITE       0FLARE_SUN        1FLARE_AMBER        2FLARE_RED        3FLARE_BLUE        4FLARE_GREEN        5"
  1778.         }
  1779.         light_pendant:e =
  1780.         {
  1781.           origin = "0 0 0"
  1782.           ;desc = "A pendant lightNon-displayed light.Default light value is 300.Default style is 0.If targeted, will toggle between on and off.Default _cone value is 10 (used to set size of light for spotlights)movedir will be the color of the flarehealth is size for lightflaredmg will specify the flare typeFLARE_WHITE       0FLARE_SUN        1FLARE_AMBER        2FLARE_RED        3FLARE_BLUE        4FLARE_GREEN        5"
  1783.         }
  1784.         light_deco_sconce:e =
  1785.         {
  1786.           origin = "0 0 0"
  1787.           ;desc = "A deco sconceNon-displayed light.Default light value is 300.Default style is 0.If targeted, will toggle between on and off.Default _cone value is 10 (used to set size of light for spotlights)movedir will be the color of the flarehealth is size for lightflaredmg will specify the flare typeFLARE_WHITE       0FLARE_SUN        1FLARE_AMBER        2FLARE_RED        3FLARE_BLUE        4FLARE_GREEN        5"
  1788.           angle = "360"
  1789.         }
  1790.         light_fire_lg:e =
  1791.         {
  1792.           origin = "0 0 0"
  1793.           ;desc = "Cool fire large"
  1794.         }
  1795.         light_fire_esm:e =
  1796.         {
  1797.           origin = "0 0 0"
  1798.           ;desc = "Cool fire extra-small "
  1799.         }
  1800.         light_fire_med:e =
  1801.         {
  1802.           origin = "0 0 0"
  1803.           ;desc = "Cool fire medium"
  1804.           angle = "360"
  1805.         }
  1806.         lightflare:e =
  1807.         {
  1808.           origin = "0 0 0"
  1809.           ;desc = "Non-displayed light.Default light value is 300.Default style is 0.If targeted, will toggle between on and off.Default _cone value is 10 (used to set size of light for spotlights)movedir will be the color of the flarehealth is size for lightflaredmg will specify the flare typeFLARE_WHITE       0FLARE_SUN        1FLARE_AMBER        2FLARE_RED        3FLARE_BLUE        4FLARE_GREEN        5"
  1810.           angle = "360"
  1811.         }
  1812.         light_chandelier:e =
  1813.         {
  1814.           origin = "0 0 0"
  1815.           ;desc = "A chandelierNon-displayed light.Default light value is 300.Default style is 0.If targeted, will toggle between on and off.Default _cone value is 10 (used to set size of light for spotlights)movedir will be the color of the flarehealth is size for lightflaredmg will specify the flare typeFLARE_WHITE       0FLARE_SUN        1FLARE_AMBER        2FLARE_RED        3FLARE_BLUE        4FLARE_GREEN        5"
  1816.         }
  1817.         light_fire_sm:e =
  1818.         {
  1819.           origin = "0 0 0"
  1820.           ;desc = "Cool fire small"
  1821.         }
  1822.       }
  1823.       weapons.qtxfolder =
  1824.       {
  1825.         hmg_mod_cooling:e =
  1826.         {
  1827.           origin = "0 0 0"
  1828.           ;desc = ""
  1829.           angle = "360"
  1830.         }
  1831.         weapon_crowbar:e =
  1832.         {
  1833.           origin = "0 0 0"
  1834.           ;desc = ""
  1835.           angle = "360"
  1836.         }
  1837.         weapon_grenadelauncher:e =
  1838.         {
  1839.           origin = "0 0 0"
  1840.           ;desc = ""
  1841.           angle = "360"
  1842.         }
  1843.         weapon_flamethrower:e =
  1844.         {
  1845.           origin = "0 0 0"
  1846.           ;desc = ""
  1847.           angle = "360"
  1848.         }
  1849.         weapon_heavymachinegun:e =
  1850.         {
  1851.           origin = "0 0 0"
  1852.           ;desc = ""
  1853.           angle = "360"
  1854.         }
  1855.         weapon_shotgun:e =
  1856.         {
  1857.           origin = "0 0 0"
  1858.           ;desc = ""
  1859.           angle = "360"
  1860.         }
  1861.         weapon_tommygun:e =
  1862.         {
  1863.           origin = "0 0 0"
  1864.           ;desc = ""
  1865.           angle = "360"
  1866.         }
  1867.         weapon_pistol:e =
  1868.         {
  1869.           origin = "0 0 0"
  1870.           ;desc = ""
  1871.           angle = "360"
  1872.         }
  1873.         weapon_bazooka:e =
  1874.         {
  1875.           origin = "0 0 0"
  1876.           ;desc = ""
  1877.           angle = "360"
  1878.         }
  1879.         pistol_mod_damage:e =
  1880.         {
  1881.           origin = "0 0 0"
  1882.           ;desc = ""
  1883.         }
  1884.         pistol_mod_rof:e =
  1885.         {
  1886.           origin = "0 0 0"
  1887.           ;desc = ""
  1888.           angle = "360"
  1889.         }
  1890.         pistol_mod_reload:e =
  1891.         {
  1892.           origin = "0 0 0"
  1893.           ;desc = ""
  1894.           angle = "360"
  1895.         }
  1896.       }
  1897.       specialfx.qtxfolder =
  1898.       {
  1899.         elements_raincloud:b =
  1900.         {
  1901.           ;desc = "Snow falls from this invisable cloud at random points   center of cloud to ground trace determines the drop fall distancecloud can be any recatangle size"
  1902.           t_triggerpoly=!
  1903.         }
  1904.         elements_snowcloud:b =
  1905.         {
  1906.           ;desc = "Snow falls from this invisable cloud at random points   center of cloud to ground trace determines the flake fall distancecloud can be any recatangle size"
  1907.           t_triggerpoly=!
  1908.         }
  1909.         smoke_esm:e =
  1910.         {
  1911.           origin = "0 0 0"
  1912.           ;desc = "Cool smoke extra-small"
  1913.         }
  1914.         smoke_med:e =
  1915.         {
  1916.           origin = "0 0 0"
  1917.           ;desc = "Cool smoke medium"
  1918.         }
  1919.         smoke_sm:e =
  1920.         {
  1921.           origin = "0 0 0"
  1922.           ;desc = "Cool smoke small"
  1923.         }
  1924.         smoke_lg:e =
  1925.         {
  1926.           origin = "0 0 0"
  1927.           ;desc = "Cool smoke large"
  1928.           angle = "360"
  1929.         }
  1930.       }
  1931.     }
  1932.   }
  1933.   
  1934. // File written by perlkp.pl 0.3 2000-06-04 
  1935.  
  1936.  
  1937.   Entity forms.qctx =
  1938.   {
  1939.     ai_boundary:form =
  1940.     {
  1941.       help ="Character will abort pursuing player when touching this brush. Will take cover until the player is out of view, then return to guarding position (if character has been assigned one)."
  1942.       cast_group: =
  1943.       {
  1944.         Txt = "&"
  1945.         Hint = ""
  1946.       }
  1947.       moral: =
  1948.       {
  1949.         Txt = "&"
  1950.         Hint = " range from 1 (Coward) to 7 (Psycotic). Only characters with an equal or lower moral level will be effected by this brush."
  1951.         Typ = "C"
  1952.         Items = "4"$0D"5"$0D"6"$0D"7"
  1953.         values = "4"$0D"5"$0D"6"$0D"7"
  1954.       }
  1955.     }
  1956.     ai_combat_spot:form =
  1957.     {
  1958.       help ="  A good place to go to get a vantage point during fighting."
  1959.       bbox ='-16 -16 -24 16 16 48'
  1960.       targetname: =
  1961.       {
  1962.         Txt = "&"
  1963.         Hint = ""
  1964.       }
  1965.     }
  1966.     ai_event_follow:form =
  1967.     {
  1968.       help ="Client touching this brush will become a leader to all other characters in LOS, that have the same cast_group as the brush."
  1969.       cast_group: =
  1970.       {
  1971.         Txt = "&"
  1972.         Hint = " must be > 0 for this brush to have any effect."
  1973.       }
  1974.     }
  1975.     ai_event_hostile:form =
  1976.     {
  1977.       help ="Character touching this brush will become a hostile enemy to all other characters in LOS, that have the same cast_group as the brush."
  1978.       cast_group: =
  1979.       {
  1980.         Txt = "&"
  1981.         Hint = " must be > 0 for this brush to have any effect."
  1982.       }
  1983.     }
  1984.     ai_guard:form =
  1985.     {
  1986.       help ="Set a cast's guard_target to the targetname of this entity. That character will then guard this location."
  1987.       bbox ='-16 -16 -24 16 16 48'
  1988.       guard_radius: =
  1989.       {
  1990.         Txt = "&"
  1991.         Hint = " is the max guarding radius (default = 512)"
  1992.       }
  1993.       targetname: =
  1994.       {
  1995.         Txt = "&"
  1996.         Hint = " links to guard_target for the cast entity(s)"
  1997.       }
  1998.     }
  1999.     ai_locked_door:form =
  2000.     {
  2001.       help ="A character touching this brush will check the targetted door to see if it is closed. If so, the character will head towards the specified path_corner_cast. Example use guiding AI characters away from a locked door"
  2002.       pathtarget: =
  2003.       {
  2004.         Txt = "&"
  2005.         Hint = " linked with targetname of path_corner_cast to head for"
  2006.       }
  2007.       target: =
  2008.       {
  2009.         Txt = "&"
  2010.         Hint = "    link this with the targetname of the door to check"
  2011.       }
  2012.     }
  2013.     ai_moker_notinoffice:form =
  2014.     {
  2015.       help =""
  2016.     }
  2017.     ai_reset:form =
  2018.     {
  2019.       help ="This is a brush that will reset a cast location to his startup location FIXME Is this implemented yet?"
  2020.     }
  2021.     ai_safespot:form =
  2022.     {
  2023.       help ="Set a cast's flee_target to the targetname of this entity. That character will then flee to this location."
  2024.       bbox ='-16 -16 -24 16 16 48'
  2025.       targetname: =
  2026.       {
  2027.         Txt = "&"
  2028.         Hint = " links to flee_target for the cast entity(s)"
  2029.       }
  2030.     }
  2031.     ai_territory:form =
  2032.     {
  2033.       help ="Marks the boundary of a gang's territory. A character touching this will be deemed inside the gang's territory. This means war if sighted. !!NOTE!! Point the angles in the direction of the territory. This lets the AI know if the character is walking into or out of the territory."
  2034.       angle: =
  2035.       {
  2036.         Txt = "&"
  2037.         Hint = ""
  2038.       }
  2039.       angles: =
  2040.       {
  2041.         Txt = "&"
  2042.         Hint = " 0 0points to the direction of the territory"
  2043.       }
  2044.       cast_group: =
  2045.       {
  2046.         Txt = "&"
  2047.         Hint = " is the group that owns this territory"
  2048.       }
  2049.       moral: =
  2050.       {
  2051.         Txt = "&"
  2052.         Hint = ""
  2053.         Typ = "C"
  2054.         Items = "1"$0D"4"$0D"5"$0D"6"$0D"7"
  2055.         values = "1"$0D"4"$0D"5"$0D"6"$0D"7"
  2056.       }
  2057.       radius: =
  2058.       {
  2059.         Txt = "&"
  2060.         Hint = " distance from brush before the player will be attacked (default 512)"
  2061.       }
  2062.     }
  2063.     ai_trigger_character:form =
  2064.     {
  2065.       help ="When the player touches this brush, the targetted character will start following it's path_corner."
  2066.       target: =
  2067.       {
  2068.         Txt = "&"
  2069.         Hint = "    link this with the targetname of the character to be triggered"
  2070.       }
  2071.     }
  2072.     ammo_308:form =
  2073.     {
  2074.       help =""
  2075.       bbox ='-16 -16 -16 16 16 16'
  2076.       angle: =
  2077.       {
  2078.         Txt = "&"
  2079.         Hint = ""
  2080.       }
  2081.       model: =
  2082.       {
  2083.         Txt = "&"
  2084.         Hint = "The model"
  2085.         Typ = "C"
  2086.         Items = "models/pu_icon/hmgclip/tris.md2"
  2087.         values = "models/pu_icon/hmgclip/tris.md2"
  2088.       }
  2089.     }
  2090.     ammo_bullets:form =
  2091.     {
  2092.       help =""
  2093.       bbox ='-16 -16 -16 16 16 16'
  2094.       angle: =
  2095.       {
  2096.         Txt = "&"
  2097.         Hint = ""
  2098.       }
  2099.       model: =
  2100.       {
  2101.         Txt = "&"
  2102.         Hint = "The model"
  2103.         Typ = "C"
  2104.         Items = "models/pu_icon/pclip/tris.md2"
  2105.         values = "models/pu_icon/pclip/tris.md2"
  2106.       }
  2107.     }
  2108.     ammo_cylinder:form =
  2109.     {
  2110.       help =""
  2111.       bbox ='-16 -16 -16 16 16 16'
  2112.       angle: =
  2113.       {
  2114.         Txt = "&"
  2115.         Hint = ""
  2116.       }
  2117.       model: =
  2118.       {
  2119.         Txt = "&"
  2120.         Hint = "The model"
  2121.         Typ = "C"
  2122.         Items = "models/pu_icon/tgclip/tris.md2"
  2123.         values = "models/pu_icon/tgclip/tris.md2"
  2124.       }
  2125.     }
  2126.     ammo_flametank:form =
  2127.     {
  2128.       help =""
  2129.       bbox ='-16 -16 -16 16 16 16'
  2130.       angle: =
  2131.       {
  2132.         Txt = "&"
  2133.         Hint = ""
  2134.       }
  2135.       model: =
  2136.       {
  2137.         Txt = "&"
  2138.         Hint = "The model"
  2139.         Typ = "C"
  2140.         Items = "models/pu_icon/flametank/tris.md2"
  2141.         values = "models/pu_icon/flametank/tris.md2"
  2142.       }
  2143.     }
  2144.     ammo_grenades:form =
  2145.     {
  2146.       help =""
  2147.       bbox ='-16 -16 -16 16 16 16'
  2148.       angle: =
  2149.       {
  2150.         Txt = "&"
  2151.         Hint = ""
  2152.       }
  2153.       item: =
  2154.       {
  2155.         Txt = "&"
  2156.         Hint = ""
  2157.       }
  2158.       model: =
  2159.       {
  2160.         Txt = "&"
  2161.         Hint = "The model"
  2162.         Typ = "C"
  2163.         Items = "models/pu_icon/grenade/tris.md2"
  2164.         values = "models/pu_icon/grenade/tris.md2"
  2165.       }
  2166.     }
  2167.     ammo_rockets:form =
  2168.     {
  2169.       help =""
  2170.       bbox ='-16 -16 -16 16 16 16'
  2171.       angle: =
  2172.       {
  2173.         Txt = "&"
  2174.         Hint = ""
  2175.       }
  2176.       currentcash: =
  2177.       {
  2178.         Txt = "&"
  2179.         Hint = ""
  2180.       }
  2181.       model: =
  2182.       {
  2183.         Txt = "&"
  2184.         Hint = "The model"
  2185.         Typ = "C"
  2186.         Items = "models/pu_icon/rocket/tris.md2"
  2187.         values = "models/pu_icon/rocket/tris.md2"
  2188.       }
  2189.     }
  2190.     ammo_shells:form =
  2191.     {
  2192.       help =""
  2193.       bbox ='-16 -16 -16 16 16 16'
  2194.       angle: =
  2195.       {
  2196.         Txt = "&"
  2197.         Hint = ""
  2198.       }
  2199.       model: =
  2200.       {
  2201.         Txt = "&"
  2202.         Hint = "The model"
  2203.         Typ = "C"
  2204.         Items = "models/pu_icon/shotgun_shell/tris.md2"
  2205.         values = "models/pu_icon/shotgun_shell/tris.md2"
  2206.       }
  2207.     }
  2208.     cast_bitch:form =
  2209.     {
  2210.       help ="One handed weapon chick"
  2211.       bbox ='-16 -16 -24 16 16 48'
  2212.       spawnflags: =
  2213.       {
  2214.         Typ = "X1"
  2215.         Txt = "&"
  2216.         Cap=  "x"
  2217.       }
  2218.       spawnflags: =
  2219.       {
  2220.         Typ = "X2"
  2221.         Txt = "&"
  2222.         Cap=  "TRIGGERED_START"
  2223.       }
  2224.       spawnflags: =
  2225.       {
  2226.         Typ = "X4"
  2227.         Txt = "&"
  2228.         Cap=  "x"
  2229.       }
  2230.       spawnflags: =
  2231.       {
  2232.         Typ = "X8"
  2233.         Txt = "&"
  2234.         Cap=  "x"
  2235.       }
  2236.       spawnflags: =
  2237.       {
  2238.         Typ = "X16"
  2239.         Txt = "&"
  2240.         Cap=  "x"
  2241.       }
  2242.       spawnflags: =
  2243.       {
  2244.         Typ = "X32"
  2245.         Txt = "&"
  2246.         Cap=  "IMMEDIATE_FOLLOW_PATH"
  2247.       }
  2248.       spawnflags: =
  2249.       {
  2250.         Typ = "X64"
  2251.         Txt = "&"
  2252.         Cap=  "MELEE"
  2253.       }
  2254.       spawnflags: =
  2255.       {
  2256.         Typ = "X128"
  2257.         Txt = "&"
  2258.         Cap=  "NOSHADOW"
  2259.       }
  2260.       acc: =
  2261.       {
  2262.         Txt = "&"
  2263.         Hint = ""
  2264.       }
  2265.       aiflags: =
  2266.       {
  2267.         Txt = "&"
  2268.         Hint = ""
  2269.       }
  2270.       angle: =
  2271.       {
  2272.         Txt = "&"
  2273.         Hint = ""
  2274.       }
  2275.       art_skins: =
  2276.       {
  2277.         Txt = "&"
  2278.         Hint = ""
  2279.       }
  2280.       cal: =
  2281.       {
  2282.         Txt = "&"
  2283.         Hint = ""
  2284.       }
  2285.       cast_group: =
  2286.       {
  2287.         Txt = "&"
  2288.         Hint = "    0=neutral 1=friendly 2+ =enemy"
  2289.       }
  2290.       currentcash: =
  2291.       {
  2292.         Txt = "&"
  2293.         Hint = ""
  2294.       }
  2295.       head: =
  2296.       {
  2297.         Txt = "&"
  2298.         Hint = ""
  2299.         Typ = "C"
  2300.         Items = "2"
  2301.         values = "2"
  2302.       }
  2303.       health: =
  2304.       {
  2305.         Txt = "&"
  2306.         Hint = ""
  2307.       }
  2308.       localteam: =
  2309.       {
  2310.         Txt = "&"
  2311.         Hint = ""
  2312.       }
  2313.       model: =
  2314.       {
  2315.         Txt = "&"
  2316.         Hint = "The model"
  2317.         Typ = "C"
  2318.         Items = "models\actors\bitch\"
  2319.         values = "models\actors\bitch\"
  2320.       }
  2321.       moral: =
  2322.       {
  2323.         Txt = "&"
  2324.         Hint = ""
  2325.         Typ = "C"
  2326.         Items = "1"$0D"2"$0D"3"$0D"4"$0D"5"$0D"6"$0D"7"
  2327.         values = "1"$0D"2"$0D"3"$0D"4"$0D"5"$0D"6"$0D"7"
  2328.       }
  2329.       name: =
  2330.       {
  2331.         Txt = "&"
  2332.         Hint = ""
  2333.       }
  2334.       target: =
  2335.       {
  2336.         Txt = "&"
  2337.         Hint = ""
  2338.       }
  2339.       targetname: =
  2340.       {
  2341.         Txt = "&"
  2342.         Hint = ""
  2343.       }
  2344.     }
  2345.     cast_bum_sit:form =
  2346.     {
  2347.       help ="A bum"
  2348.       bbox ='-24 -24 -24 24 24 48'
  2349.       spawnflags: =
  2350.       {
  2351.         Typ = "X1"
  2352.         Txt = "&"
  2353.         Cap=  "x"
  2354.       }
  2355.       spawnflags: =
  2356.       {
  2357.         Typ = "X2"
  2358.         Txt = "&"
  2359.         Cap=  "TRIGGERED_START"
  2360.       }
  2361.       angle: =
  2362.       {
  2363.         Txt = "&"
  2364.         Hint = ""
  2365.       }
  2366.       art_skins: =
  2367.       {
  2368.         Txt = "&"
  2369.         Hint = ""
  2370.       }
  2371.       cast_group: =
  2372.       {
  2373.         Txt = "&"
  2374.         Hint = "    neutral They should only be neutrals"
  2375.       }
  2376.       health: =
  2377.       {
  2378.         Txt = "&"
  2379.         Hint = ""
  2380.       }
  2381.       killtarget: =
  2382.       {
  2383.         Txt = "&"
  2384.         Hint = ""
  2385.       }
  2386.       model: =
  2387.       {
  2388.         Txt = "&"
  2389.         Hint = "The model"
  2390.         Typ = "C"
  2391.         Items = "models\actors\bum_sit\"
  2392.         values = "models\actors\bum_sit\"
  2393.       }
  2394.       name: =
  2395.       {
  2396.         Txt = "&"
  2397.         Hint = ""
  2398.       }
  2399.       targetname: =
  2400.       {
  2401.         Txt = "&"
  2402.         Hint = ""
  2403.       }
  2404.     }
  2405.     cast_buma:form =
  2406.     {
  2407.       help ="Bum "
  2408.       bbox ='-30 -16 -25 31 43 13'
  2409.       model: =
  2410.       {
  2411.         Txt = "&"
  2412.         Hint = "The model"
  2413.         Typ = "C"
  2414.         Items = "models\actors\bum_seg"
  2415.         values = "models\actors\bum_seg"
  2416.       }
  2417.     }
  2418.     cast_bumb:form =
  2419.     {
  2420.       help ="Bum "
  2421.       bbox ='-30 -16 -25 31 43 13'
  2422.       model: =
  2423.       {
  2424.         Txt = "&"
  2425.         Hint = "The model"
  2426.         Typ = "C"
  2427.         Items = "models\actors\bum_seg"
  2428.         values = "models\actors\bum_seg"
  2429.       }
  2430.     }
  2431.     cast_dog:form =
  2432.     {
  2433.       help ="Dogcast_group defines which group the character is a member of default cast_group is 0, which is neutral (won't help others out) player's cast_group is 1 (friendly characters)"
  2434.       bbox ='-16 -16 -16 16 16 22'
  2435.       spawnflags: =
  2436.       {
  2437.         Typ = "X1"
  2438.         Txt = "&"
  2439.         Cap=  "x"
  2440.       }
  2441.       spawnflags: =
  2442.       {
  2443.         Typ = "X2"
  2444.         Txt = "&"
  2445.         Cap=  "TRIGGERED_START"
  2446.       }
  2447.       angle: =
  2448.       {
  2449.         Txt = "&"
  2450.         Hint = ""
  2451.       }
  2452.       cast_group: =
  2453.       {
  2454.         Txt = "&"
  2455.         Hint = "    0=neutral 1=friendly 2+ =enemy"
  2456.       }
  2457.       currentcash: =
  2458.       {
  2459.         Txt = "&"
  2460.         Hint = ""
  2461.       }
  2462.       deathtarget: =
  2463.       {
  2464.         Txt = "&"
  2465.         Hint = ""
  2466.       }
  2467.       gun_noise_delay: =
  2468.       {
  2469.         Txt = "&"
  2470.         Hint = ""
  2471.       }
  2472.       leader_target: =
  2473.       {
  2474.         Txt = "&"
  2475.         Hint = ""
  2476.       }
  2477.       localteam: =
  2478.       {
  2479.         Txt = "&"
  2480.         Hint = ""
  2481.       }
  2482.       model: =
  2483.       {
  2484.         Txt = "&"
  2485.         Hint = "The model"
  2486.         Typ = "C"
  2487.         Items = "models\actors\dog\"
  2488.         values = "models\actors\dog\"
  2489.       }
  2490.       moral: =
  2491.       {
  2492.         Txt = "&"
  2493.         Hint = ""
  2494.         Typ = "C"
  2495.         Items = "5"$0D"7"
  2496.         values = "5"$0D"7"
  2497.       }
  2498.       name: =
  2499.       {
  2500.         Txt = "&"
  2501.         Hint = ""
  2502.       }
  2503.       reactdelay: =
  2504.       {
  2505.         Txt = "&"
  2506.         Hint = ""
  2507.       }
  2508.       skin: =
  2509.       {
  2510.         Txt = "&"
  2511.         Hint = "  1 or 2"
  2512.       }
  2513.       target: =
  2514.       {
  2515.         Txt = "&"
  2516.         Hint = ""
  2517.       }
  2518.       targetname: =
  2519.       {
  2520.         Txt = "&"
  2521.         Hint = ""
  2522.       }
  2523.     }
  2524.     cast_punk:form =
  2525.     {
  2526.       help ="Two handed weapon thug"
  2527.       bbox ='-16 -16 -24 16 16 48'
  2528.       spawnflags: =
  2529.       {
  2530.         Typ = "X1"
  2531.         Txt = "&"
  2532.         Cap=  "FLASH_LIGHT"
  2533.       }
  2534.       spawnflags: =
  2535.       {
  2536.         Typ = "X2"
  2537.         Txt = "&"
  2538.         Cap=  "TRIGGERED_START"
  2539.       }
  2540.       spawnflags: =
  2541.       {
  2542.         Typ = "X4"
  2543.         Txt = "&"
  2544.         Cap=  "FLAM_BE"
  2545.       }
  2546.       spawnflags: =
  2547.       {
  2548.         Typ = "X8"
  2549.         Txt = "&"
  2550.         Cap=  "BAZOOKA"
  2551.       }
  2552.       spawnflags: =
  2553.       {
  2554.         Typ = "X16"
  2555.         Txt = "&"
  2556.         Cap=  "HMG"
  2557.       }
  2558.       spawnflags: =
  2559.       {
  2560.         Typ = "X32"
  2561.         Txt = "&"
  2562.         Cap=  "IMMEDIATE_FOLLOW_PATH"
  2563.       }
  2564.       spawnflags: =
  2565.       {
  2566.         Typ = "X64"
  2567.         Txt = "&"
  2568.         Cap=  "TOMMYGUN"
  2569.       }
  2570.       spawnflags: =
  2571.       {
  2572.         Typ = "X128"
  2573.         Txt = "&"
  2574.         Cap=  "GRENADE"
  2575.       }
  2576.       acc: =
  2577.       {
  2578.         Txt = "&"
  2579.         Hint = ""
  2580.       }
  2581.       aiflags: =
  2582.       {
  2583.         Txt = "&"
  2584.         Hint = ""
  2585.       }
  2586.       angle: =
  2587.       {
  2588.         Txt = "&"
  2589.         Hint = ""
  2590.       }
  2591.       art_skins: =
  2592.       {
  2593.         Txt = "&"
  2594.         Hint = ""
  2595.       }
  2596.       cal: =
  2597.       {
  2598.         Txt = "&"
  2599.         Hint = ""
  2600.       }
  2601.       cast_group: =
  2602.       {
  2603.         Txt = "&"
  2604.         Hint = "    0=neutral 1=friendly 2+ =enemy"
  2605.       }
  2606.       currentcash: =
  2607.       {
  2608.         Txt = "&"
  2609.         Hint = ""
  2610.       }
  2611.       deathtarget: =
  2612.       {
  2613.         Txt = "&"
  2614.         Hint = ""
  2615.       }
  2616.       head: =
  2617.       {
  2618.         Txt = "&"
  2619.         Hint = ""
  2620.         Typ = "C"
  2621.         Items = "1"$0D"3"
  2622.         values = "1"$0D"3"
  2623.       }
  2624.       health: =
  2625.       {
  2626.         Txt = "&"
  2627.         Hint = ""
  2628.       }
  2629.       item: =
  2630.       {
  2631.         Txt = "&"
  2632.         Hint = ""
  2633.       }
  2634.       localteam: =
  2635.       {
  2636.         Txt = "&"
  2637.         Hint = ""
  2638.       }
  2639.       model: =
  2640.       {
  2641.         Txt = "&"
  2642.         Hint = "The model"
  2643.         Typ = "C"
  2644.         Items = "models\actors\punk\"
  2645.         values = "models\actors\punk\"
  2646.       }
  2647.       moral: =
  2648.       {
  2649.         Txt = "&"
  2650.         Hint = ""
  2651.         Typ = "C"
  2652.         Items = "3"$0D"4"$0D"5"$0D"6"$0D"7"
  2653.         values = "3"$0D"4"$0D"5"$0D"6"$0D"7"
  2654.       }
  2655.       name: =
  2656.       {
  2657.         Txt = "&"
  2658.         Hint = ""
  2659.       }
  2660.       reactdelay: =
  2661.       {
  2662.         Txt = "&"
  2663.         Hint = ""
  2664.       }
  2665.       scale: =
  2666.       {
  2667.         Txt = "&"
  2668.         Hint = ""
  2669.       }
  2670.       skin: =
  2671.       {
  2672.         Txt = "&"
  2673.         Hint = ""
  2674.       }
  2675.       target: =
  2676.       {
  2677.         Txt = "&"
  2678.         Hint = ""
  2679.       }
  2680.       targetname: =
  2681.       {
  2682.         Txt = "&"
  2683.         Hint = ""
  2684.       }
  2685.       wait: =
  2686.       {
  2687.         Txt = "&"
  2688.         Hint = ""
  2689.       }
  2690.     }
  2691.     cast_runt:form =
  2692.     {
  2693.       help ="One handed weapon runt"
  2694.       bbox ='-16 -16 -24 16 16 48'
  2695.       spawnflags: =
  2696.       {
  2697.         Typ = "X1"
  2698.         Txt = "&"
  2699.         Cap=  "x"
  2700.       }
  2701.       spawnflags: =
  2702.       {
  2703.         Typ = "X2"
  2704.         Txt = "&"
  2705.         Cap=  "TRIGGERED_START"
  2706.       }
  2707.       spawnflags: =
  2708.       {
  2709.         Typ = "X4"
  2710.         Txt = "&"
  2711.         Cap=  "x"
  2712.       }
  2713.       spawnflags: =
  2714.       {
  2715.         Typ = "X8"
  2716.         Txt = "&"
  2717.         Cap=  "x"
  2718.       }
  2719.       spawnflags: =
  2720.       {
  2721.         Typ = "X16"
  2722.         Txt = "&"
  2723.         Cap=  "x"
  2724.       }
  2725.       spawnflags: =
  2726.       {
  2727.         Typ = "X32"
  2728.         Txt = "&"
  2729.         Cap=  "IMMEDIATE_FOLLOW_PATH"
  2730.       }
  2731.       spawnflags: =
  2732.       {
  2733.         Typ = "X64"
  2734.         Txt = "&"
  2735.         Cap=  "MELEE"
  2736.       }
  2737.       spawnflags: =
  2738.       {
  2739.         Typ = "X128"
  2740.         Txt = "&"
  2741.         Cap=  "NOSHADOW"
  2742.       }
  2743.       acc: =
  2744.       {
  2745.         Txt = "&"
  2746.         Hint = ""
  2747.       }
  2748.       aiflags: =
  2749.       {
  2750.         Txt = "&"
  2751.         Hint = ""
  2752.       }
  2753.       angle: =
  2754.       {
  2755.         Txt = "&"
  2756.         Hint = ""
  2757.       }
  2758.       art_skins: =
  2759.       {
  2760.         Txt = "&"
  2761.         Hint = ""
  2762.       }
  2763.       cal: =
  2764.       {
  2765.         Txt = "&"
  2766.         Hint = ""
  2767.       }
  2768.       cast_group: =
  2769.       {
  2770.         Txt = "&"
  2771.         Hint = "    0=neutral 1=friendly 2+ =enemy"
  2772.       }
  2773.       count: =
  2774.       {
  2775.         Txt = "&"
  2776.         Hint = ""
  2777.       }
  2778.       currentcash: =
  2779.       {
  2780.         Txt = "&"
  2781.         Hint = ""
  2782.       }
  2783.       deathtarget: =
  2784.       {
  2785.         Txt = "&"
  2786.         Hint = ""
  2787.       }
  2788.       guard_target: =
  2789.       {
  2790.         Txt = "&"
  2791.         Hint = ""
  2792.       }
  2793.       gun_noise_delay: =
  2794.       {
  2795.         Txt = "&"
  2796.         Hint = ""
  2797.       }
  2798.       head: =
  2799.       {
  2800.         Txt = "&"
  2801.         Hint = ""
  2802.         Typ = "C"
  2803.         Items = "1"
  2804.         values = "1"
  2805.       }
  2806.       health: =
  2807.       {
  2808.         Txt = "&"
  2809.         Hint = ""
  2810.       }
  2811.       health_target: =
  2812.       {
  2813.         Txt = "&"
  2814.         Hint = ""
  2815.       }
  2816.       health_threshold: =
  2817.       {
  2818.         Txt = "&"
  2819.         Hint = ""
  2820.       }
  2821.       item: =
  2822.       {
  2823.         Txt = "&"
  2824.         Hint = ""
  2825.       }
  2826.       localteam: =
  2827.       {
  2828.         Txt = "&"
  2829.         Hint = ""
  2830.       }
  2831.       model: =
  2832.       {
  2833.         Txt = "&"
  2834.         Hint = "The model"
  2835.         Typ = "C"
  2836.         Items = "models\actors\runt\"
  2837.         values = "models\actors\runt\"
  2838.       }
  2839.       moral: =
  2840.       {
  2841.         Txt = "&"
  2842.         Hint = ""
  2843.         Typ = "C"
  2844.         Items = "1"$0D"2"$0D"3"$0D"4"$0D"5"$0D"6"$0D"7"
  2845.         values = "1"$0D"2"$0D"3"$0D"4"$0D"5"$0D"6"$0D"7"
  2846.       }
  2847.       name: =
  2848.       {
  2849.         Txt = "&"
  2850.         Hint = ""
  2851.       }
  2852.       reactdelay: =
  2853.       {
  2854.         Txt = "&"
  2855.         Hint = ""
  2856.       }
  2857.       scale: =
  2858.       {
  2859.         Txt = "&"
  2860.         Hint = ""
  2861.       }
  2862.       target: =
  2863.       {
  2864.         Txt = "&"
  2865.         Hint = ""
  2866.       }
  2867.       targetname: =
  2868.       {
  2869.         Txt = "&"
  2870.         Hint = ""
  2871.       }
  2872.     }
  2873.     cast_shorty:form =
  2874.     {
  2875.       help ="Two handed weapon runt"
  2876.       bbox ='-16 -16 -24 16 16 48'
  2877.       spawnflags: =
  2878.       {
  2879.         Typ = "X1"
  2880.         Txt = "&"
  2881.         Cap=  "FLASH_LIGHT"
  2882.       }
  2883.       spawnflags: =
  2884.       {
  2885.         Typ = "X2"
  2886.         Txt = "&"
  2887.         Cap=  "TRIGGERED_START"
  2888.       }
  2889.       spawnflags: =
  2890.       {
  2891.         Typ = "X4"
  2892.         Txt = "&"
  2893.         Cap=  "FLAM_BE"
  2894.       }
  2895.       spawnflags: =
  2896.       {
  2897.         Typ = "X8"
  2898.         Txt = "&"
  2899.         Cap=  "BAZOOKA"
  2900.       }
  2901.       spawnflags: =
  2902.       {
  2903.         Typ = "X16"
  2904.         Txt = "&"
  2905.         Cap=  "HMG"
  2906.       }
  2907.       spawnflags: =
  2908.       {
  2909.         Typ = "X32"
  2910.         Txt = "&"
  2911.         Cap=  "IMMEDIATE_FOLLOW_PATH"
  2912.       }
  2913.       spawnflags: =
  2914.       {
  2915.         Typ = "X64"
  2916.         Txt = "&"
  2917.         Cap=  "TOMMYGUN"
  2918.       }
  2919.       spawnflags: =
  2920.       {
  2921.         Typ = "X128"
  2922.         Txt = "&"
  2923.         Cap=  "GRENADE"
  2924.       }
  2925.       acc: =
  2926.       {
  2927.         Txt = "&"
  2928.         Hint = ""
  2929.       }
  2930.       aiflags: =
  2931.       {
  2932.         Txt = "&"
  2933.         Hint = ""
  2934.       }
  2935.       angle: =
  2936.       {
  2937.         Txt = "&"
  2938.         Hint = ""
  2939.       }
  2940.       art_skins: =
  2941.       {
  2942.         Txt = "&"
  2943.         Hint = ""
  2944.       }
  2945.       cal: =
  2946.       {
  2947.         Txt = "&"
  2948.         Hint = ""
  2949.       }
  2950.       cast_group: =
  2951.       {
  2952.         Txt = "&"
  2953.         Hint = "    0=neutral 1=friendly 2+ =enemy"
  2954.       }
  2955.       count: =
  2956.       {
  2957.         Txt = "&"
  2958.         Hint = ""
  2959.       }
  2960.       currentcash: =
  2961.       {
  2962.         Txt = "&"
  2963.         Hint = ""
  2964.       }
  2965.       deathtarget: =
  2966.       {
  2967.         Txt = "&"
  2968.         Hint = ""
  2969.       }
  2970.       delay: =
  2971.       {
  2972.         Txt = "&"
  2973.         Hint = ""
  2974.       }
  2975.       gun_noise_delay: =
  2976.       {
  2977.         Txt = "&"
  2978.         Hint = ""
  2979.       }
  2980.       head: =
  2981.       {
  2982.         Txt = "&"
  2983.         Hint = ""
  2984.         Typ = "C"
  2985.         Items = "0"
  2986.         values = "0"
  2987.       }
  2988.       health: =
  2989.       {
  2990.         Txt = "&"
  2991.         Hint = ""
  2992.       }
  2993.       item: =
  2994.       {
  2995.         Txt = "&"
  2996.         Hint = ""
  2997.       }
  2998.       localteam: =
  2999.       {
  3000.         Txt = "&"
  3001.         Hint = ""
  3002.       }
  3003.       model: =
  3004.       {
  3005.         Txt = "&"
  3006.         Hint = "The model"
  3007.         Typ = "C"
  3008.         Items = "models\actors\shorty\"
  3009.         values = "models\actors\shorty\"
  3010.       }
  3011.       moral: =
  3012.       {
  3013.         Txt = "&"
  3014.         Hint = ""
  3015.         Typ = "C"
  3016.         Items = "3"$0D"4"$0D"5"$0D"6"$0D"7"
  3017.         values = "3"$0D"4"$0D"5"$0D"6"$0D"7"
  3018.       }
  3019.       name: =
  3020.       {
  3021.         Txt = "&"
  3022.         Hint = ""
  3023.       }
  3024.       reactdelay: =
  3025.       {
  3026.         Txt = "&"
  3027.         Hint = ""
  3028.       }
  3029.       target: =
  3030.       {
  3031.         Txt = "&"
  3032.         Hint = ""
  3033.       }
  3034.       targetname: =
  3035.       {
  3036.         Txt = "&"
  3037.         Hint = ""
  3038.       }
  3039.     }
  3040.     cast_thug:form =
  3041.     {
  3042.       help ="One handed weapon thug"
  3043.       bbox ='-16 -16 -24 16 16 48'
  3044.       spawnflags: =
  3045.       {
  3046.         Typ = "X1"
  3047.         Txt = "&"
  3048.         Cap=  "x"
  3049.       }
  3050.       spawnflags: =
  3051.       {
  3052.         Typ = "X2"
  3053.         Txt = "&"
  3054.         Cap=  "TRIGGERED_START"
  3055.       }
  3056.       spawnflags: =
  3057.       {
  3058.         Typ = "X4"
  3059.         Txt = "&"
  3060.         Cap=  "x"
  3061.       }
  3062.       spawnflags: =
  3063.       {
  3064.         Typ = "X8"
  3065.         Txt = "&"
  3066.         Cap=  "x"
  3067.       }
  3068.       spawnflags: =
  3069.       {
  3070.         Typ = "X16"
  3071.         Txt = "&"
  3072.         Cap=  "x"
  3073.       }
  3074.       spawnflags: =
  3075.       {
  3076.         Typ = "X32"
  3077.         Txt = "&"
  3078.         Cap=  "IMMEDIATE_FOLLOW_PATH"
  3079.       }
  3080.       spawnflags: =
  3081.       {
  3082.         Typ = "X64"
  3083.         Txt = "&"
  3084.         Cap=  "MELEE"
  3085.       }
  3086.       spawnflags: =
  3087.       {
  3088.         Typ = "X128"
  3089.         Txt = "&"
  3090.         Cap=  "NOSHADOW"
  3091.       }
  3092.       acc: =
  3093.       {
  3094.         Txt = "&"
  3095.         Hint = ""
  3096.       }
  3097.       aiflags: =
  3098.       {
  3099.         Txt = "&"
  3100.         Hint = ""
  3101.       }
  3102.       angle: =
  3103.       {
  3104.         Txt = "&"
  3105.         Hint = ""
  3106.       }
  3107.       art_skins: =
  3108.       {
  3109.         Txt = "&"
  3110.         Hint = ""
  3111.       }
  3112.       cast_group: =
  3113.       {
  3114.         Txt = "&"
  3115.         Hint = "    0=neutral 1=friendly 2+ =enemy"
  3116.       }
  3117.       combattarget: =
  3118.       {
  3119.         Txt = "&"
  3120.         Hint = ""
  3121.       }
  3122.       currentcash: =
  3123.       {
  3124.         Txt = "&"
  3125.         Hint = ""
  3126.       }
  3127.       health: =
  3128.       {
  3129.         Txt = "&"
  3130.         Hint = ""
  3131.       }
  3132.       item: =
  3133.       {
  3134.         Txt = "&"
  3135.         Hint = ""
  3136.       }
  3137.       localteam: =
  3138.       {
  3139.         Txt = "&"
  3140.         Hint = ""
  3141.       }
  3142.       model: =
  3143.       {
  3144.         Txt = "&"
  3145.         Hint = "The model"
  3146.         Typ = "C"
  3147.         Items = "models\actors\thug\"
  3148.         values = "models\actors\thug\"
  3149.       }
  3150.       moral: =
  3151.       {
  3152.         Txt = "&"
  3153.         Hint = ""
  3154.         Typ = "C"
  3155.         Items = "1"$0D"2"$0D"3"$0D"4"$0D"5"$0D"6"$0D"7"
  3156.         values = "1"$0D"2"$0D"3"$0D"4"$0D"5"$0D"6"$0D"7"
  3157.       }
  3158.       name: =
  3159.       {
  3160.         Txt = "&"
  3161.         Hint = ""
  3162.       }
  3163.       scale: =
  3164.       {
  3165.         Txt = "&"
  3166.         Hint = ""
  3167.       }
  3168.       target: =
  3169.       {
  3170.         Txt = "&"
  3171.         Hint = ""
  3172.       }
  3173.       targetname: =
  3174.       {
  3175.         Txt = "&"
  3176.         Hint = ""
  3177.       }
  3178.     }
  3179.     cast_thug_sit:form =
  3180.     {
  3181.       help ="guy with the pistol"
  3182.       bbox ='-16 -16 -24 16 16 48'
  3183.       spawnflags: =
  3184.       {
  3185.         Typ = "X1"
  3186.         Txt = "&"
  3187.         Cap=  "x"
  3188.       }
  3189.       spawnflags: =
  3190.       {
  3191.         Typ = "X2"
  3192.         Txt = "&"
  3193.         Cap=  "TRIGGERED_START"
  3194.       }
  3195.       spawnflags: =
  3196.       {
  3197.         Typ = "X4"
  3198.         Txt = "&"
  3199.         Cap=  "x"
  3200.       }
  3201.       spawnflags: =
  3202.       {
  3203.         Typ = "X8"
  3204.         Txt = "&"
  3205.         Cap=  "x"
  3206.       }
  3207.       spawnflags: =
  3208.       {
  3209.         Typ = "X16"
  3210.         Txt = "&"
  3211.         Cap=  "x"
  3212.       }
  3213.       spawnflags: =
  3214.       {
  3215.         Typ = "X32"
  3216.         Txt = "&"
  3217.         Cap=  "IMMEDIATE_FOLLOW_PATH"
  3218.       }
  3219.       spawnflags: =
  3220.       {
  3221.         Typ = "X64"
  3222.         Txt = "&"
  3223.         Cap=  "MELEE"
  3224.       }
  3225.       spawnflags: =
  3226.       {
  3227.         Typ = "X128"
  3228.         Txt = "&"
  3229.         Cap=  "NOSHADOW"
  3230.       }
  3231.       cast_group: =
  3232.       {
  3233.         Txt = "&"
  3234.         Hint = "    0=neutral 1=friendly 2+ =enemy"
  3235.       }
  3236.       model: =
  3237.       {
  3238.         Txt = "&"
  3239.         Hint = "The model"
  3240.         Typ = "C"
  3241.         Items = "models\actors\thug_sit\"
  3242.         values = "models\actors\thug_sit\"
  3243.       }
  3244.     }
  3245.     cast_whore:form =
  3246.     {
  3247.       help ="Two handed weapon chick"
  3248.       bbox ='-16 -16 -24 16 16 48'
  3249.       spawnflags: =
  3250.       {
  3251.         Typ = "X1"
  3252.         Txt = "&"
  3253.         Cap=  "FLASH_LIGHT"
  3254.       }
  3255.       spawnflags: =
  3256.       {
  3257.         Typ = "X2"
  3258.         Txt = "&"
  3259.         Cap=  "TRIGGERED_START"
  3260.       }
  3261.       spawnflags: =
  3262.       {
  3263.         Typ = "X4"
  3264.         Txt = "&"
  3265.         Cap=  "FLAM_BE"
  3266.       }
  3267.       spawnflags: =
  3268.       {
  3269.         Typ = "X8"
  3270.         Txt = "&"
  3271.         Cap=  "BAZOOKA"
  3272.       }
  3273.       spawnflags: =
  3274.       {
  3275.         Typ = "X16"
  3276.         Txt = "&"
  3277.         Cap=  "HMG"
  3278.       }
  3279.       spawnflags: =
  3280.       {
  3281.         Typ = "X32"
  3282.         Txt = "&"
  3283.         Cap=  "IMMEDIATE_FOLLOW_PATH"
  3284.       }
  3285.       spawnflags: =
  3286.       {
  3287.         Typ = "X64"
  3288.         Txt = "&"
  3289.         Cap=  "TOMMYGUN"
  3290.       }
  3291.       spawnflags: =
  3292.       {
  3293.         Typ = "X128"
  3294.         Txt = "&"
  3295.         Cap=  "GRENADE"
  3296.       }
  3297.       acc: =
  3298.       {
  3299.         Txt = "&"
  3300.         Hint = ""
  3301.       }
  3302.       aiflags: =
  3303.       {
  3304.         Txt = "&"
  3305.         Hint = ""
  3306.       }
  3307.       angle: =
  3308.       {
  3309.         Txt = "&"
  3310.         Hint = ""
  3311.       }
  3312.       art_skins: =
  3313.       {
  3314.         Txt = "&"
  3315.         Hint = ""
  3316.       }
  3317.       cal: =
  3318.       {
  3319.         Txt = "&"
  3320.         Hint = ""
  3321.       }
  3322.       cast_group: =
  3323.       {
  3324.         Txt = "&"
  3325.         Hint = "    0=neutral 1=friendly 2+ =enemy"
  3326.       }
  3327.       currentcash: =
  3328.       {
  3329.         Txt = "&"
  3330.         Hint = ""
  3331.       }
  3332.       deathtarget: =
  3333.       {
  3334.         Txt = "&"
  3335.         Hint = ""
  3336.       }
  3337.       delay: =
  3338.       {
  3339.         Txt = "&"
  3340.         Hint = ""
  3341.       }
  3342.       head: =
  3343.       {
  3344.         Txt = "&"
  3345.         Hint = ""
  3346.         Typ = "C"
  3347.         Items = "0"$0D"2"
  3348.         values = "0"$0D"2"
  3349.       }
  3350.       health: =
  3351.       {
  3352.         Txt = "&"
  3353.         Hint = ""
  3354.       }
  3355.       item: =
  3356.       {
  3357.         Txt = "&"
  3358.         Hint = ""
  3359.       }
  3360.       localteam: =
  3361.       {
  3362.         Txt = "&"
  3363.         Hint = ""
  3364.       }
  3365.       model: =
  3366.       {
  3367.         Txt = "&"
  3368.         Hint = "The model"
  3369.         Typ = "C"
  3370.         Items = "models\actors\whore\"
  3371.         values = "models\actors\whore\"
  3372.       }
  3373.       moral: =
  3374.       {
  3375.         Txt = "&"
  3376.         Hint = ""
  3377.         Typ = "C"
  3378.         Items = "4"$0D"5"$0D"6"$0D"7"
  3379.         values = "4"$0D"5"$0D"6"$0D"7"
  3380.       }
  3381.       name: =
  3382.       {
  3383.         Txt = "&"
  3384.         Hint = ""
  3385.       }
  3386.       reactdelay: =
  3387.       {
  3388.         Txt = "&"
  3389.         Hint = ""
  3390.       }
  3391.       scale: =
  3392.       {
  3393.         Txt = "&"
  3394.         Hint = ""
  3395.       }
  3396.       target: =
  3397.       {
  3398.         Txt = "&"
  3399.         Hint = ""
  3400.       }
  3401.       targetname: =
  3402.       {
  3403.         Txt = "&"
  3404.         Hint = ""
  3405.       }
  3406.     }
  3407.     dm_cashspawn:form =
  3408.     {
  3409.       help ="Spawn location for cash during Grab da Loot games"
  3410.       bbox ='-16 -16 -16 16 16 16'
  3411.       angle: =
  3412.       {
  3413.         Txt = "&"
  3414.         Hint = " direction to project cash upon spawning"
  3415.       }
  3416.       speed: =
  3417.       {
  3418.         Txt = "&"
  3419.         Hint = " speed of projection"
  3420.       }
  3421.       type: =
  3422.       {
  3423.         Txt = "&"
  3424.         Hint = " cashroll or cashbag (more money, longer delay)"
  3425.       }
  3426.     }
  3427.     dm_props_banner:form =
  3428.     {
  3429.       help ="Temp banner for teamplay"
  3430.       bbox ='-47 -6 -100 47 6 100'
  3431.       angle: =
  3432.       {
  3433.         Txt = "&"
  3434.         Hint = ""
  3435.       }
  3436.       model: =
  3437.       {
  3438.         Txt = "&"
  3439.         Hint = "The model"
  3440.         Typ = "C"
  3441.         Items = "models\props\flag\flag1.md2"
  3442.         values = "models\props\flag\flag1.md2"
  3443.       }
  3444.       scale: =
  3445.       {
  3446.         Txt = "&"
  3447.         Hint = " scale the size up/down (2 = double size)"
  3448.       }
  3449.       style: =
  3450.       {
  3451.         Txt = "&"
  3452.         Hint = " team (1 / 2)"
  3453.         Typ = "C"
  3454.         Items = "1"$0D"2"
  3455.         values = "1"$0D"2"
  3456.       }
  3457.     }
  3458.     dm_safebag:form =
  3459.     {
  3460.       help ="Bag that holds the money in the safe."
  3461.       bbox ='-12 -12 -16 12 12 12'
  3462.       style: =
  3463.       {
  3464.         Txt = "&"
  3465.         Hint = " team that this bag belongs to (1 or 2)"
  3466.         Typ = "C"
  3467.         Items = "1"$0D"2"
  3468.         values = "1"$0D"2"
  3469.       }
  3470.     }
  3471.     elements_raincloud:form =
  3472.     {
  3473.       help ="Snow falls from this invisable cloud at random points   center of cloud to ground trace determines the drop fall distancecloud can be any recatangle size"
  3474.       distance: =
  3475.       {
  3476.         Txt = "&"
  3477.         Hint = ""
  3478.       }
  3479.       firetype: =
  3480.       {
  3481.         Txt = "&"
  3482.         Hint = " - type of drops, 0 = rain 1 = drip"
  3483.       }
  3484.       fxdensity: =
  3485.       {
  3486.         Txt = "&"
  3487.         Hint = " - total number of drops in the sky 1 - 1000 (default 400) "
  3488.       }
  3489.     }
  3490.     elements_snowcloud:form =
  3491.     {
  3492.       help ="Snow falls from this invisable cloud at random points   center of cloud to ground trace determines the flake fall distancecloud can be any recatangle size"
  3493.       fxdensity: =
  3494.       {
  3495.         Txt = "&"
  3496.         Hint = " - total number of flakes in the sky 1 - 1000 (default 400) "
  3497.       }
  3498.     }
  3499.     func_areaportal:form =
  3500.     {
  3501.       help ="This is a non-visible object that divides the world intoareas that are seperated when this portal is not activated.Usually enclosed in the middle of a door."
  3502.       style: =
  3503.       {
  3504.         Txt = "&"
  3505.         Hint = ""
  3506.         Typ = "C"
  3507.         Items = "1"$0D"10"$0D"11"$0D"12"$0D"13"$0D"14"$0D"15"$0D"16"$0D"17"$0D"18"$0D"19"$0D"2"$0D"3"$0D"4"$0D"5"$0D"6"$0D"7"$0D"8"$0D"9"
  3508.         values = "1"$0D"10"$0D"11"$0D"12"$0D"13"$0D"14"$0D"15"$0D"16"$0D"17"$0D"18"$0D"19"$0D"2"$0D"3"$0D"4"$0D"5"$0D"6"$0D"7"$0D"8"$0D"9"
  3509.       }
  3510.       targetname: =
  3511.       {
  3512.         Txt = "&"
  3513.         Hint = ""
  3514.       }
  3515.     }
  3516.     func_button:form =
  3517.     {
  3518.       help =" When a button is touched, it moves some distance in the direction of it's angle, triggers all of it's targets, waits some time, then returns to it's original position where it can be triggered again."
  3519.       spawnflags: =
  3520.       {
  3521.         Typ = "X1"
  3522.         Txt = "&"
  3523.         Cap=  "AUTO_OPEN"
  3524.       }
  3525.       spawnflags: =
  3526.       {
  3527.         Typ = "X2"
  3528.         Txt = "&"
  3529.         Cap=  "ONOFF"
  3530.       }
  3531.       angle: =
  3532.       {
  3533.         Txt = "&"
  3534.         Hint = "        determines the opening direction"
  3535.       }
  3536.       health: =
  3537.       {
  3538.         Txt = "&"
  3539.         Hint = "    if set, the button must be killed instead of touched"
  3540.       }
  3541.       lip: =
  3542.       {
  3543.         Txt = "&"
  3544.         Hint = "    override the default 4 pixel lip remaining at end of move"
  3545.       }
  3546.       sounds: =
  3547.       {
  3548.         Txt = "&"
  3549.         Hint = "  1) silent 2) steam metal 3) wooden clunk 4) metallic click 5) in-out"
  3550.         Typ = "C"
  3551.         Items = "1"$0D"4"$0D"5"$0D"7"
  3552.         values = "1"$0D"4"$0D"5"$0D"7"
  3553.       }
  3554.       speed: =
  3555.       {
  3556.         Txt = "&"
  3557.         Hint = "    override the default 40 speed"
  3558.       }
  3559.       style: =
  3560.       {
  3561.         Txt = "&"
  3562.         Hint = ""
  3563.         Typ = "C"
  3564.         Items = "5"
  3565.         values = "5"
  3566.       }
  3567.       target: =
  3568.       {
  3569.         Txt = "&"
  3570.         Hint = "    all entities with a matching targetname will be used"
  3571.       }
  3572.       target2: =
  3573.       {
  3574.         Txt = "&"
  3575.         Hint = ""
  3576.       }
  3577.       targetname: =
  3578.       {
  3579.         Txt = "&"
  3580.         Hint = ""
  3581.       }
  3582.       wait: =
  3583.       {
  3584.         Txt = "&"
  3585.         Hint = "    override the default 1 second wait (-1 = never return)"
  3586.       }
  3587.     }
  3588.     func_clock:form =
  3589.     {
  3590.       help ="target a target_string with thisThe default is to be a time of day clockTIMER_UP and TIMER_DOWN run for count seconds and the fire pathtargetIf START_OFF, this entity must be used before it starts"
  3591.       bbox ='-8 -8 -8 8 8 8'
  3592.       spawnflags: =
  3593.       {
  3594.         Typ = "X1"
  3595.         Txt = "&"
  3596.         Cap=  "TIMER_UP"
  3597.       }
  3598.       spawnflags: =
  3599.       {
  3600.         Typ = "X2"
  3601.         Txt = "&"
  3602.         Cap=  "TIMER_DOWN"
  3603.       }
  3604.       spawnflags: =
  3605.       {
  3606.         Typ = "X4"
  3607.         Txt = "&"
  3608.         Cap=  "START_OFF"
  3609.       }
  3610.       spawnflags: =
  3611.       {
  3612.         Typ = "X8"
  3613.         Txt = "&"
  3614.         Cap=  "MULTI_USE"
  3615.       }
  3616.       style: =
  3617.       {
  3618.         Txt = "&"
  3619.         Hint = "    0=xx    1=xxxx 2=xxxxxx"
  3620.         Typ = "C"
  3621.         Items = ""
  3622.         values = ""
  3623.       }
  3624.     }
  3625.     func_conveyor:form =
  3626.     {
  3627.       help ="Conveyors are stationary brushes that move what's on them. The brush should be have a surface with at least one current content enabled."
  3628.       spawnflags: =
  3629.       {
  3630.         Typ = "X1"
  3631.         Txt = "&"
  3632.         Cap=  "START_ON"
  3633.       }
  3634.       spawnflags: =
  3635.       {
  3636.         Typ = "X2"
  3637.         Txt = "&"
  3638.         Cap=  "TOGGLE"
  3639.       }
  3640.       speed: =
  3641.       {
  3642.         Txt = "&"
  3643.         Hint = "    default 100"
  3644.       }
  3645.     }
  3646.     func_door:form =
  3647.     {
  3648.       help ="TOGGLE        wait in both the start and end states for a trigger event.START_OPEN    the door to moves to its destination when spawned, and operate in reverse.  It is used to temporarily or permanently close off an area when triggered (not useful for touch or takedamage doors).NOMONSTER    monsters will not trigger this door"
  3649.       spawnflags: =
  3650.       {
  3651.         Typ = "X1"
  3652.         Txt = "&"
  3653.         Cap=  "START_OPEN"
  3654.       }
  3655.       spawnflags: =
  3656.       {
  3657.         Typ = "X2"
  3658.         Txt = "&"
  3659.         Cap=  "AUTO_OPEN"
  3660.       }
  3661.       spawnflags: =
  3662.       {
  3663.         Typ = "X4"
  3664.         Txt = "&"
  3665.         Cap=  "CRUSHER"
  3666.       }
  3667.       spawnflags: =
  3668.       {
  3669.         Typ = "X8"
  3670.         Txt = "&"
  3671.         Cap=  "NOMONSTER"
  3672.       }
  3673.       spawnflags: =
  3674.       {
  3675.         Typ = "X16"
  3676.         Txt = "&"
  3677.         Cap=  "ANIMATED"
  3678.       }
  3679.       spawnflags: =
  3680.       {
  3681.         Typ = "X32"
  3682.         Txt = "&"
  3683.         Cap=  "TOGGLE"
  3684.       }
  3685.       spawnflags: =
  3686.       {
  3687.         Typ = "X64"
  3688.         Txt = "&"
  3689.         Cap=  "ANIMATED_FAST"
  3690.       }
  3691.       spawnflags: =
  3692.       {
  3693.         Typ = "X128"
  3694.         Txt = "&"
  3695.         Cap=  "SURF2_ALPHA"
  3696.       }
  3697.       _minlight: =
  3698.       {
  3699.         Txt = "&"
  3700.         Hint = ""
  3701.       }
  3702.       angle: =
  3703.       {
  3704.         Txt = "&"
  3705.         Hint = "    determines the opening direction"
  3706.       }
  3707.       dmg: =
  3708.       {
  3709.         Txt = "&"
  3710.         Hint = "    damage to inflict when blocked (2 default)"
  3711.       }
  3712.       health: =
  3713.       {
  3714.         Txt = "&"
  3715.         Hint = "    if set, door must be shot open"
  3716.       }
  3717.       key: =
  3718.       {
  3719.         Txt = "&"
  3720.         Hint = ""
  3721.       }
  3722.       lip: =
  3723.       {
  3724.         Txt = "&"
  3725.         Hint = "    lip remaining at end of move (8 default)"
  3726.       }
  3727.       message: =
  3728.       {
  3729.         Txt = "&"
  3730.         Hint = "    is printed when the door is touched if it is a trigger door and it hasn't been fired yet"
  3731.       }
  3732.       sounds: =
  3733.       {
  3734.         Txt = "&"
  3735.         Hint = "  default = 2; 1)    silent 2)    Medium metal sliding rollup door 3)    Wooden swinging door  4)    Metal swinging door 5)    Metal light sliding TRAIN door 6)    Very large rolling metal door 7)  Metal swing-up garage door"
  3736.         Typ = "C"
  3737.         Items = "1"$0D"10"$0D"2"$0D"5"$0D"6"$0D"9"
  3738.         values = "1"$0D"10"$0D"2"$0D"5"$0D"6"$0D"9"
  3739.       }
  3740.       speed: =
  3741.       {
  3742.         Txt = "&"
  3743.         Hint = "    movement speed (100 default)"
  3744.       }
  3745.       target: =
  3746.       {
  3747.         Txt = "&"
  3748.         Hint = ""
  3749.       }
  3750.       targetname: =
  3751.       {
  3752.         Txt = "&"
  3753.         Hint = " if set, no touch field will be spawned and a remote button or trigger field activates the door."
  3754.       }
  3755.       team: =
  3756.       {
  3757.         Txt = "&"
  3758.         Hint = ""
  3759.       }
  3760.       wait: =
  3761.       {
  3762.         Txt = "&"
  3763.         Hint = "    wait before returning (3 default, -1 = never return)"
  3764.       }
  3765.     }
  3766.     func_door_rotating:form =
  3767.     {
  3768.       help ="TOGGLE causes the door to wait in both the start and end states for a trigger event.START_OPEN    the door to moves to its destination when spawned, and operate in reverse.  It is used to temporarily or permanently close off an area when triggered (not useful for touch or takedamage doors).NOMONSTER    monsters will not trigger this doorYou need to have an origin brush as part of this entity.  The center of that brush will bethe point around which it is rotated. It will rotate around the Z axis by default.  You cancheck either the X_AXIS or Y_AXIS box to change that.REVERSE will cause the door to rotate in the opposite direction."
  3769.       spawnflags: =
  3770.       {
  3771.         Typ = "X1"
  3772.         Txt = "&"
  3773.         Cap=  "START_OPEN"
  3774.       }
  3775.       spawnflags: =
  3776.       {
  3777.         Typ = "X2"
  3778.         Txt = "&"
  3779.         Cap=  "REVERSE"
  3780.       }
  3781.       spawnflags: =
  3782.       {
  3783.         Typ = "X4"
  3784.         Txt = "&"
  3785.         Cap=  "SURF_ALPHA"
  3786.       }
  3787.       spawnflags: =
  3788.       {
  3789.         Typ = "X8"
  3790.         Txt = "&"
  3791.         Cap=  "NOMONSTER"
  3792.       }
  3793.       spawnflags: =
  3794.       {
  3795.         Typ = "X16"
  3796.         Txt = "&"
  3797.         Cap=  "ANIMATED"
  3798.       }
  3799.       spawnflags: =
  3800.       {
  3801.         Typ = "X32"
  3802.         Txt = "&"
  3803.         Cap=  "TOGGLE"
  3804.       }
  3805.       spawnflags: =
  3806.       {
  3807.         Typ = "X64"
  3808.         Txt = "&"
  3809.         Cap=  "X_AXIS"
  3810.       }
  3811.       spawnflags: =
  3812.       {
  3813.         Typ = "X128"
  3814.         Txt = "&"
  3815.         Cap=  "Y_AXIS"
  3816.       }
  3817.       _min;ight: =
  3818.       {
  3819.         Txt = "&"
  3820.         Hint = ""
  3821.       }
  3822.       _minlight: =
  3823.       {
  3824.         Txt = "&"
  3825.         Hint = ""
  3826.       }
  3827.       angle: =
  3828.       {
  3829.         Txt = "&"
  3830.         Hint = "    determines the opening direction"
  3831.       }
  3832.       distance: =
  3833.       {
  3834.         Txt = "&"
  3835.         Hint = " is how many degrees the door will be rotated."
  3836.       }
  3837.       dmg: =
  3838.       {
  3839.         Txt = "&"
  3840.         Hint = "    damage to inflict when blocked (2 default)"
  3841.       }
  3842.       health: =
  3843.       {
  3844.         Txt = "&"
  3845.         Hint = "    if set, door must be shot open"
  3846.       }
  3847.       key: =
  3848.       {
  3849.         Txt = "&"
  3850.         Hint = ""
  3851.       }
  3852.       message: =
  3853.       {
  3854.         Txt = "&"
  3855.         Hint = "    is printed when the door is touched if it is a trigger door and it hasn't been fired yet"
  3856.       }
  3857.       sounds: =
  3858.       {
  3859.         Txt = "&"
  3860.         Hint = "  default = 2; 1)    silent 2)    Medium metal sliding rollup door 3)    Wooden swinging door  4)Metal swinging door  3)    Metal light sliding TRAIN door 6)    Very large rolling metal door 7)  Metal swing-up garage door"
  3861.         Typ = "C"
  3862.         Items = "1"$0D"3"$0D"4"$0D"6"
  3863.         values = "1"$0D"3"$0D"4"$0D"6"
  3864.       }
  3865.       speed: =
  3866.       {
  3867.         Txt = "&"
  3868.         Hint = "    movement speed (100 default)"
  3869.       }
  3870.       style: =
  3871.       {
  3872.         Txt = "&"
  3873.         Hint = "        0 = rotate away from it's activator, 1 = fixed rotation (default 0)"
  3874.         Typ = "C"
  3875.         Items = "0"$0D"1"
  3876.         values = "0"$0D"1"
  3877.       }
  3878.       target: =
  3879.       {
  3880.         Txt = "&"
  3881.         Hint = ""
  3882.       }
  3883.       target2: =
  3884.       {
  3885.         Txt = "&"
  3886.         Hint = ""
  3887.       }
  3888.       targetname: =
  3889.       {
  3890.         Txt = "&"
  3891.         Hint = " if set, no touch field will be spawned and a remote button or trigger field activates the door."
  3892.       }
  3893.       team: =
  3894.       {
  3895.         Txt = "&"
  3896.         Hint = ""
  3897.       }
  3898.       wait: =
  3899.       {
  3900.         Txt = "&"
  3901.         Hint = "    wait before returning (3 default, -1 = never return)"
  3902.       }
  3903.     }
  3904.     func_door_secret:form =
  3905.     {
  3906.       help ="A secret door.  Slide back and then to the side.open_once        doors never closes1st_left        1st move is left of arrow1st_down        1st move is down from arrowalways_shoot    door is shootebale even if targeted"
  3907.       spawnflags: =
  3908.       {
  3909.         Typ = "X1"
  3910.         Txt = "&"
  3911.         Cap=  "always_shoot"
  3912.       }
  3913.       spawnflags: =
  3914.       {
  3915.         Typ = "X2"
  3916.         Txt = "&"
  3917.         Cap=  "1st_left"
  3918.       }
  3919.       spawnflags: =
  3920.       {
  3921.         Typ = "X4"
  3922.         Txt = "&"
  3923.         Cap=  "1st_down"
  3924.       }
  3925.       angle: =
  3926.       {
  3927.         Txt = "&"
  3928.         Hint = "        determines the direction"
  3929.       }
  3930.       dmg: =
  3931.       {
  3932.         Txt = "&"
  3933.         Hint = "    damage to inflic when blocked (default 2)"
  3934.       }
  3935.       wait: =
  3936.       {
  3937.         Txt = "&"
  3938.         Hint = "    how long to hold in the open position (default 5, -1 means hold)"
  3939.       }
  3940.     }
  3941.     func_explosive:form =
  3942.     {
  3943.       help ="Any brush that you want to explode or break apart.  If you want anexplosion, set dmg and it will do a radius explosion of that amountat the center of the bursh.If targeted it will not be shootable."
  3944.       spawnflags: =
  3945.       {
  3946.         Typ = "X1"
  3947.         Txt = "&"
  3948.         Cap=  "Trigger_Spawn"
  3949.       }
  3950.       spawnflags: =
  3951.       {
  3952.         Typ = "X2"
  3953.         Txt = "&"
  3954.         Cap=  "ANIMATED"
  3955.       }
  3956.       spawnflags: =
  3957.       {
  3958.         Typ = "X4"
  3959.         Txt = "&"
  3960.         Cap=  "ANIMATED_FAST"
  3961.       }
  3962.       spawnflags: =
  3963.       {
  3964.         Typ = "X8"
  3965.         Txt = "&"
  3966.         Cap=  "SURF2_ALPHA"
  3967.       }
  3968.       dmg: =
  3969.       {
  3970.         Txt = "&"
  3971.         Hint = " how much radius damage should be done, defaults to 0"
  3972.       }
  3973.       fxdensity: =
  3974.       {
  3975.         Txt = "&"
  3976.         Hint = " size of explosion 1 - 100 (default is 10)"
  3977.       }
  3978.       health: =
  3979.       {
  3980.         Txt = "&"
  3981.         Hint = " defaults to 100."
  3982.       }
  3983.       killtarget: =
  3984.       {
  3985.         Txt = "&"
  3986.         Hint = ""
  3987.       }
  3988.       mass: =
  3989.       {
  3990.         Txt = "&"
  3991.         Hint = " defaults to 75.  This determines how much debris is emitted when it explodes.  You get one large chunk per 100 of mass (up to 8) and one small chunk per 25 of mass (up to 16).  So 800 gives the most."
  3992.       }
  3993.       target: =
  3994.       {
  3995.         Txt = "&"
  3996.         Hint = ""
  3997.       }
  3998.       targetname: =
  3999.       {
  4000.         Txt = "&"
  4001.         Hint = ""
  4002.       }
  4003.       type: =
  4004.       {
  4005.         Txt = "&"
  4006.         Hint = " type of debris (glass, wood or metal) type default is glass"
  4007.       }
  4008.       volume: =
  4009.       {
  4010.         Txt = "&"
  4011.         Hint = ""
  4012.       }
  4013.     }
  4014.     func_group:form =
  4015.     {
  4016.       help =""
  4017.     }
  4018.     func_killbox:form =
  4019.     {
  4020.       help ="Kills everything inside when fired, irrespective of protection."
  4021.     }
  4022.     func_lift:form =
  4023.     {
  4024.       help ="Lifts are moving platforms that players and ai_characters can ride. (Use only for up and down!!)(MUST BE BUTTON ACTIVATED FOR AI TO USE)The targets origin specifies the min point of the train at each corner.The train spawns at the first target it is pointing at.If the train is the target of a button or trigger, it will not begin moving until activated."
  4025.       spawnflags: =
  4026.       {
  4027.         Typ = "X1"
  4028.         Txt = "&"
  4029.         Cap=  "START_ON"
  4030.       }
  4031.       spawnflags: =
  4032.       {
  4033.         Typ = "X2"
  4034.         Txt = "&"
  4035.         Cap=  "TOGGLE"
  4036.       }
  4037.       spawnflags: =
  4038.       {
  4039.         Typ = "X4"
  4040.         Txt = "&"
  4041.         Cap=  "BLOCK_STOPS"
  4042.       }
  4043.       _minlight: =
  4044.       {
  4045.         Txt = "&"
  4046.         Hint = ""
  4047.       }
  4048.       dmg: =
  4049.       {
  4050.         Txt = "&"
  4051.         Hint = "        default    2"
  4052.       }
  4053.       noise: =
  4054.       {
  4055.         Txt = "&"
  4056.         Hint = "    looping sound to play when the train is in motion"
  4057.       }
  4058.       speed: =
  4059.       {
  4060.         Txt = "&"
  4061.         Hint = "    default 100"
  4062.       }
  4063.       target: =
  4064.       {
  4065.         Txt = "&"
  4066.         Hint = ""
  4067.       }
  4068.       target2: =
  4069.       {
  4070.         Txt = "&"
  4071.         Hint = ""
  4072.       }
  4073.       targetname: =
  4074.       {
  4075.         Txt = "&"
  4076.         Hint = ""
  4077.       }
  4078.     }
  4079.     func_object:form =
  4080.     {
  4081.       help ="This is solid bmodel that will fall if it's support it removed."
  4082.       spawnflags: =
  4083.       {
  4084.         Typ = "X1"
  4085.         Txt = "&"
  4086.         Cap=  "TRIGGER_SPAWN"
  4087.       }
  4088.       spawnflags: =
  4089.       {
  4090.         Typ = "X2"
  4091.         Txt = "&"
  4092.         Cap=  "ANIMATED"
  4093.       }
  4094.       spawnflags: =
  4095.       {
  4096.         Typ = "X4"
  4097.         Txt = "&"
  4098.         Cap=  "ANIMATED_FAST"
  4099.       }
  4100.     }
  4101.     func_plat:form =
  4102.     {
  4103.       help ="Plats are always drawn in the extended position, so they will light correctly. If the plat is the target of another trigger or button, it will start out disabled in the extended position until it is trigger, when it will lower and become a normal plat.If the height key is set, that will determine the amount the plat moves, instead of being implicitly determoveinfoned by the model's height."
  4104.       spawnflags: =
  4105.       {
  4106.         Typ = "X1"
  4107.         Txt = "&"
  4108.         Cap=  "PLAT_LOW_TRIGGER"
  4109.       }
  4110.       accel: =
  4111.       {
  4112.         Txt = "&"
  4113.         Hint = " overrides default 500"
  4114.       }
  4115.       distance: =
  4116.       {
  4117.         Txt = "&"
  4118.         Hint = ""
  4119.       }
  4120.       height: =
  4121.       {
  4122.         Txt = "&"
  4123.         Hint = ""
  4124.       }
  4125.       lip: =
  4126.       {
  4127.         Txt = "&"
  4128.         Hint = " overrides default 8 pixel lip"
  4129.       }
  4130.       sounds: =
  4131.       {
  4132.         Txt = "&"
  4133.         Hint = " 1= base fast 2= chain slow"
  4134.         Typ = "C"
  4135.         Items = "1"
  4136.         values = "1"
  4137.       }
  4138.       speed: =
  4139.       {
  4140.         Txt = "&"
  4141.         Hint = "    overrides default 200."
  4142.       }
  4143.     }
  4144.     func_rotating:form =
  4145.     {
  4146.       help =" You need to have an origin brush as part of this entity.  The center of that brush will be the point around which it is rotated. It will rotate around the Z axis by default.  You can check either the X_AXIS or Y_AXIS box to change that.REVERSE will cause the it to rotate in the opposite direction.STOP mean it will stop moving instead of pushing entities"
  4147.       spawnflags: =
  4148.       {
  4149.         Typ = "X1"
  4150.         Txt = "&"
  4151.         Cap=  "START_ON"
  4152.       }
  4153.       spawnflags: =
  4154.       {
  4155.         Typ = "X2"
  4156.         Txt = "&"
  4157.         Cap=  "REVERSE"
  4158.       }
  4159.       spawnflags: =
  4160.       {
  4161.         Typ = "X4"
  4162.         Txt = "&"
  4163.         Cap=  "X_AXIS"
  4164.       }
  4165.       spawnflags: =
  4166.       {
  4167.         Typ = "X8"
  4168.         Txt = "&"
  4169.         Cap=  "Y_AXIS"
  4170.       }
  4171.       spawnflags: =
  4172.       {
  4173.         Typ = "X16"
  4174.         Txt = "&"
  4175.         Cap=  "TOUCH_PAIN"
  4176.       }
  4177.       spawnflags: =
  4178.       {
  4179.         Typ = "X32"
  4180.         Txt = "&"
  4181.         Cap=  "STOP"
  4182.       }
  4183.       spawnflags: =
  4184.       {
  4185.         Typ = "X64"
  4186.         Txt = "&"
  4187.         Cap=  "ANIMATED"
  4188.       }
  4189.       spawnflags: =
  4190.       {
  4191.         Typ = "X128"
  4192.         Txt = "&"
  4193.         Cap=  "ANIMATED_FAST"
  4194.       }
  4195.       _minlight: =
  4196.       {
  4197.         Txt = "&"
  4198.         Hint = ""
  4199.       }
  4200.       dmg: =
  4201.       {
  4202.         Txt = "&"
  4203.         Hint = " damage to inflict when blocked (2 default)"
  4204.       }
  4205.       light: =
  4206.       {
  4207.         Txt = "&"
  4208.         Hint = ""
  4209.       }
  4210.       speed: =
  4211.       {
  4212.         Txt = "&"
  4213.         Hint = " determines how fast it moves; default value is 100."
  4214.       }
  4215.       targetname: =
  4216.       {
  4217.         Txt = "&"
  4218.         Hint = ""
  4219.       }
  4220.     }
  4221.     func_subdoor_base:form =
  4222.     {
  4223.       help ="The func_subdoor_handle1 will rotate 90 deg then the door will open with func_subdoor_handle2.TOGGLE causes the door to wait in both the start and end states for a trigger event.NOMONSTER    monsters will not trigger this doorYou need to have an origin brush as part of this entity.  The center of that brush will be the point around which it is rotated. It will rotate around the Z axis by default. You can check either the X_AXIS or Y_AXIS box to change that.You also need a func_subdoor_handle1 - Handle with origin in the center, func_subdoor_handle2 - Handle with origin at the door origin. Both handles are in the same area in level spaceREVERSE will cause the door to rotate in the opposite direction."
  4224.       spawnflags: =
  4225.       {
  4226.         Typ = "X1"
  4227.         Txt = "&"
  4228.         Cap=  "X"
  4229.       }
  4230.       spawnflags: =
  4231.       {
  4232.         Typ = "X2"
  4233.         Txt = "&"
  4234.         Cap=  "REVERSE"
  4235.       }
  4236.       spawnflags: =
  4237.       {
  4238.         Typ = "X4"
  4239.         Txt = "&"
  4240.         Cap=  "CRUSHER"
  4241.       }
  4242.       spawnflags: =
  4243.       {
  4244.         Typ = "X8"
  4245.         Txt = "&"
  4246.         Cap=  "NOMONSTER"
  4247.       }
  4248.       spawnflags: =
  4249.       {
  4250.         Typ = "X16"
  4251.         Txt = "&"
  4252.         Cap=  "ANIMATED"
  4253.       }
  4254.       spawnflags: =
  4255.       {
  4256.         Typ = "X32"
  4257.         Txt = "&"
  4258.         Cap=  "TOGGLE"
  4259.       }
  4260.       spawnflags: =
  4261.       {
  4262.         Typ = "X64"
  4263.         Txt = "&"
  4264.         Cap=  "X_AXIS"
  4265.       }
  4266.       spawnflags: =
  4267.       {
  4268.         Typ = "X128"
  4269.         Txt = "&"
  4270.         Cap=  "Y_AXIS"
  4271.       }
  4272.       spawnflags: =
  4273.       {
  4274.         Typ = "X256"
  4275.         Txt = "&"
  4276.         Cap=  "AUTO_OPEN"
  4277.       }
  4278.       angle: =
  4279.       {
  4280.         Txt = "&"
  4281.         Hint = "    determines the opening direction"
  4282.       }
  4283.       distance: =
  4284.       {
  4285.         Txt = "&"
  4286.         Hint = " is how many degrees the door will be rotated."
  4287.       }
  4288.       dmg: =
  4289.       {
  4290.         Txt = "&"
  4291.         Hint = "    damage to inflict when blocked (2 default)"
  4292.       }
  4293.       health: =
  4294.       {
  4295.         Txt = "&"
  4296.         Hint = "    if set, door must be shot open"
  4297.       }
  4298.       message: =
  4299.       {
  4300.         Txt = "&"
  4301.         Hint = "    is printed when the door is touched if it is a trigger door and it hasn't been fired yet"
  4302.       }
  4303.       sounds: =
  4304.       {
  4305.         Txt = "&"
  4306.         Hint = " 1)    silent 2)    light 3)    medium 4)    heavy"
  4307.         Typ = "C"
  4308.         Items = ""
  4309.         values = ""
  4310.       }
  4311.       speed: =
  4312.       {
  4313.         Txt = "&"
  4314.         Hint = "    movement speed (100 default)"
  4315.       }
  4316.       targetname: =
  4317.       {
  4318.         Txt = "&"
  4319.         Hint = " if set, no touch field will be spawned and a remote button or trigger field activates the door."
  4320.       }
  4321.       wait: =
  4322.       {
  4323.         Txt = "&"
  4324.         Hint = "    wait before returning (3 default, -1 = never return)"
  4325.       }
  4326.     }
  4327.     func_subdoor_handle1:form =
  4328.     {
  4329.       help ="Will rotate 90 deg with the func_subdoor_base.You need to have an origin brush in the center of this entity. The center of that brush will bethe point around which it is rotated. It will rotate around the Z axis by default. You cancheck either the X_AXIS or Y_AXIS box to change that.REVERSE will cause the handle to rotate in the opposite direction."
  4330.       spawnflags: =
  4331.       {
  4332.         Typ = "X1"
  4333.         Txt = "&"
  4334.         Cap=  "X"
  4335.       }
  4336.       spawnflags: =
  4337.       {
  4338.         Typ = "X2"
  4339.         Txt = "&"
  4340.         Cap=  "REVERSE"
  4341.       }
  4342.       spawnflags: =
  4343.       {
  4344.         Typ = "X4"
  4345.         Txt = "&"
  4346.         Cap=  "X"
  4347.       }
  4348.       spawnflags: =
  4349.       {
  4350.         Typ = "X8"
  4351.         Txt = "&"
  4352.         Cap=  "X"
  4353.       }
  4354.       spawnflags: =
  4355.       {
  4356.         Typ = "X16"
  4357.         Txt = "&"
  4358.         Cap=  "X"
  4359.       }
  4360.       spawnflags: =
  4361.       {
  4362.         Typ = "X32"
  4363.         Txt = "&"
  4364.         Cap=  "X"
  4365.       }
  4366.       spawnflags: =
  4367.       {
  4368.         Typ = "X64"
  4369.         Txt = "&"
  4370.         Cap=  "X_AXIS"
  4371.       }
  4372.       spawnflags: =
  4373.       {
  4374.         Typ = "X128"
  4375.         Txt = "&"
  4376.         Cap=  "Y_AXIS"
  4377.       }
  4378.       duration: =
  4379.       {
  4380.         Txt = "&"
  4381.         Hint = " is how long the rotation will take place."
  4382.       }
  4383.     }
  4384.     func_subdoor_handle2:form =
  4385.     {
  4386.       help ="Will rotate with doorIt's origin should be the door's origin"
  4387.     }
  4388.     func_timer:form =
  4389.     {
  4390.       help ="so, the basic time between firing is a random time between (wait - random) and (wait + random)These can used but not touched."
  4391.       bbox ='-8 -8 -8 8 8 8'
  4392.       spawnflags: =
  4393.       {
  4394.         Typ = "X1"
  4395.         Txt = "&"
  4396.         Cap=  "START_ON"
  4397.       }
  4398.       delay: =
  4399.       {
  4400.         Txt = "&"
  4401.         Hint = "        delay before first firing when turned on, default is 0"
  4402.       }
  4403.       noise: =
  4404.       {
  4405.         Txt = "&"
  4406.         Hint = ""
  4407.       }
  4408.       pausetime: =
  4409.       {
  4410.         Txt = "&"
  4411.         Hint = "        additional delay used only the very first time    and only if spawned with START_ON"
  4412.       }
  4413.       random: =
  4414.       {
  4415.         Txt = "&"
  4416.         Hint = "        wait variance, default is 0"
  4417.       }
  4418.       target: =
  4419.       {
  4420.         Txt = "&"
  4421.         Hint = ""
  4422.       }
  4423.       targetname: =
  4424.       {
  4425.         Txt = "&"
  4426.         Hint = ""
  4427.       }
  4428.       wait: =
  4429.       {
  4430.         Txt = "&"
  4431.         Hint = "        base time between triggering all targets, default is 1"
  4432.       }
  4433.     }
  4434.     func_train:form =
  4435.     {
  4436.       help ="Trains are moving platforms that players can ride.The targets origin specifies the min point of the train at each corner.The train spawns at the first target it is pointing at.If the train is the target of a button or trigger, it will not begin moving until activated."
  4437.       spawnflags: =
  4438.       {
  4439.         Typ = "X1"
  4440.         Txt = "&"
  4441.         Cap=  "START_ON"
  4442.       }
  4443.       spawnflags: =
  4444.       {
  4445.         Typ = "X2"
  4446.         Txt = "&"
  4447.         Cap=  "TOGGLE"
  4448.       }
  4449.       spawnflags: =
  4450.       {
  4451.         Typ = "X4"
  4452.         Txt = "&"
  4453.         Cap=  "BLOCK_STOPS"
  4454.       }
  4455.       _minlight: =
  4456.       {
  4457.         Txt = "&"
  4458.         Hint = ""
  4459.       }
  4460.       angle: =
  4461.       {
  4462.         Txt = "&"
  4463.         Hint = ""
  4464.       }
  4465.       dmg: =
  4466.       {
  4467.         Txt = "&"
  4468.         Hint = "        default    2"
  4469.       }
  4470.       noise: =
  4471.       {
  4472.         Txt = "&"
  4473.         Hint = "    looping sound to play when the train is in motion"
  4474.       }
  4475.       reactdelay: =
  4476.       {
  4477.         Txt = "&"
  4478.         Hint = ""
  4479.       }
  4480.       sounds: =
  4481.       {
  4482.         Txt = "&"
  4483.         Hint = ""
  4484.         Typ = "C"
  4485.         Items = "6"
  4486.         values = "6"
  4487.       }
  4488.       speed: =
  4489.       {
  4490.         Txt = "&"
  4491.         Hint = " default 100"
  4492.       }
  4493.       target: =
  4494.       {
  4495.         Txt = "&"
  4496.         Hint = ""
  4497.       }
  4498.       targetname: =
  4499.       {
  4500.         Txt = "&"
  4501.         Hint = ""
  4502.       }
  4503.       team: =
  4504.       {
  4505.         Txt = "&"
  4506.         Hint = ""
  4507.       }
  4508.     }
  4509.     func_train_rotating:form =
  4510.     {
  4511.       help ="Trains are moving platforms that players can ride.The targets origin specifies the min point of the train at each corner.The train spawns at the first target it is pointing at.If the train is the target of a button or trigger, it will not begin moving until activated.On the path cornerspeed    departure speed from that corner rotate   angle change for X Y Z to next corner duration  duration for angle change (overrides speed)"
  4512.       spawnflags: =
  4513.       {
  4514.         Typ = "X1"
  4515.         Txt = "&"
  4516.         Cap=  "START_ON"
  4517.       }
  4518.       spawnflags: =
  4519.       {
  4520.         Typ = "X2"
  4521.         Txt = "&"
  4522.         Cap=  "TOGGLE"
  4523.       }
  4524.       spawnflags: =
  4525.       {
  4526.         Typ = "X4"
  4527.         Txt = "&"
  4528.         Cap=  "BLOCK_STOPS"
  4529.       }
  4530.       _color: =
  4531.       {
  4532.         Txt = "&"
  4533.         Hint = "(R G B intensity)"
  4534.       }
  4535.       _color: =
  4536.       {
  4537.         Typ="L 3"
  4538.         Txt="&"
  4539.         Hint = "Click here to pick the light color"
  4540.       }
  4541.       dmg: =
  4542.       {
  4543.         Txt = "&"
  4544.         Hint = "     default    2"
  4545.       }
  4546.       noise: =
  4547.       {
  4548.         Txt = "&"
  4549.         Hint = "     looping sound to play when the train is in motion"
  4550.       }
  4551.       reactdelay: =
  4552.       {
  4553.         Txt = "&"
  4554.         Hint = ""
  4555.       }
  4556.       speed: =
  4557.       {
  4558.         Txt = "&"
  4559.         Hint = ""
  4560.       }
  4561.       target: =
  4562.       {
  4563.         Txt = "&"
  4564.         Hint = ""
  4565.       }
  4566.       targetname: =
  4567.       {
  4568.         Txt = "&"
  4569.         Hint = ""
  4570.       }
  4571.       team: =
  4572.       {
  4573.         Txt = "&"
  4574.         Hint = ""
  4575.       }
  4576.     }
  4577.     func_wall:form =
  4578.     {
  4579.       help ="This is just a solid wall if not inhibitedTRIGGER_SPAWN    the wall will not be present until triggered it will then blink in to existance; it will kill anything that was in it's wayTOGGLE    only valid for TRIGGER_SPAWN walls this allows the wall to be turned on and offSTART_ON only valid for TRIGGER_SPAWN walls the wall will initially be present"
  4580.       spawnflags: =
  4581.       {
  4582.         Typ = "X1"
  4583.         Txt = "&"
  4584.         Cap=  "TRIGGER_SPAWN"
  4585.       }
  4586.       spawnflags: =
  4587.       {
  4588.         Typ = "X2"
  4589.         Txt = "&"
  4590.         Cap=  "TOGGLE"
  4591.       }
  4592.       spawnflags: =
  4593.       {
  4594.         Typ = "X4"
  4595.         Txt = "&"
  4596.         Cap=  "START_ON"
  4597.       }
  4598.       spawnflags: =
  4599.       {
  4600.         Typ = "X8"
  4601.         Txt = "&"
  4602.         Cap=  "ANIMATED"
  4603.       }
  4604.       spawnflags: =
  4605.       {
  4606.         Typ = "X16"
  4607.         Txt = "&"
  4608.         Cap=  "ANIMATED_FAST"
  4609.       }
  4610.       spawnflags: =
  4611.       {
  4612.         Typ = "X32"
  4613.         Txt = "&"
  4614.         Cap=  "SURF2_ALPHA"
  4615.       }
  4616.       _color: =
  4617.       {
  4618.         Txt = "&"
  4619.         Hint = "(R G B intensity)"
  4620.       }
  4621.       _color: =
  4622.       {
  4623.         Typ="L 3"
  4624.         Txt="&"
  4625.         Hint = "Click here to pick the light color"
  4626.       }
  4627.       light: =
  4628.       {
  4629.         Txt = "&"
  4630.         Hint = ""
  4631.       }
  4632.       target: =
  4633.       {
  4634.         Txt = "&"
  4635.         Hint = ""
  4636.       }
  4637.       targetname: =
  4638.       {
  4639.         Txt = "&"
  4640.         Hint = ""
  4641.       }
  4642.     }
  4643.     func_water:form =
  4644.     {
  4645.       help ="func_water is a moveable water brush.  It must be targeted to operate.  Use a non-water texture at your own risk.START_OPEN causes the water to move to its destination when spawned and operate in reverse."
  4646.       spawnflags: =
  4647.       {
  4648.         Typ = "X1"
  4649.         Txt = "&"
  4650.         Cap=  "START_OPEN"
  4651.       }
  4652.       _color: =
  4653.       {
  4654.         Txt = "&"
  4655.         Hint = "(R G B intensity)"
  4656.       }
  4657.       _color: =
  4658.       {
  4659.         Typ="L 3"
  4660.         Txt="&"
  4661.         Hint = "Click here to pick the light color"
  4662.       }
  4663.       angle: =
  4664.       {
  4665.         Txt = "&"
  4666.         Hint = "    determines the opening direction (up or down only)"
  4667.       }
  4668.       dmg: =
  4669.       {
  4670.         Txt = "&"
  4671.         Hint = ""
  4672.       }
  4673.       lip: =
  4674.       {
  4675.         Txt = "&"
  4676.         Hint = "    lip remaining at end of move (0 default)"
  4677.       }
  4678.       sounds: =
  4679.       {
  4680.         Txt = "&"
  4681.         Hint = "    (yes, these need to be changed) 0)    no sound 1)    water 2)    lava"
  4682.         Typ = "C"
  4683.         Items = "1"
  4684.         values = "1"
  4685.       }
  4686.       speed: =
  4687.       {
  4688.         Txt = "&"
  4689.         Hint = "    movement speed (25 default)"
  4690.       }
  4691.       targetname: =
  4692.       {
  4693.         Txt = "&"
  4694.         Hint = ""
  4695.       }
  4696.       wait: =
  4697.       {
  4698.         Txt = "&"
  4699.         Hint = "    wait before returning (-1 default, -1 = TOGGLE)"
  4700.       }
  4701.     }
  4702.     hmg_mod_cooling:form =
  4703.     {
  4704.       help =""
  4705.       bbox ='-16 -16 -16 16 16 16'
  4706.       angle: =
  4707.       {
  4708.         Txt = "&"
  4709.         Hint = ""
  4710.       }
  4711.     }
  4712.     info_notnull:form =
  4713.     {
  4714.       help ="Used as a positional target for lightning."
  4715.       bbox ='-4 -4 -4 4 4 4'
  4716.       targetname: =
  4717.       {
  4718.         Txt = "&"
  4719.         Hint = ""
  4720.       }
  4721.     }
  4722.     info_null:form =
  4723.     {
  4724.       help ="Used as a positional target for spotlights, etc."
  4725.       bbox ='-4 -4 -4 4 4 4'
  4726.       _cone: =
  4727.       {
  4728.         Txt = "&"
  4729.         Hint = ""
  4730.       }
  4731.       light: =
  4732.       {
  4733.         Txt = "&"
  4734.         Hint = ""
  4735.       }
  4736.       targetname: =
  4737.       {
  4738.         Txt = "&"
  4739.         Hint = ""
  4740.       }
  4741.     }
  4742.     info_player_coop:form =
  4743.     {
  4744.       help ="potential spawning position for ai gang members"
  4745.       bbox ='-16 -16 -24 16 16 48'
  4746.       angle: =
  4747.       {
  4748.         Txt = "&"
  4749.         Hint = ""
  4750.       }
  4751.       targetname: =
  4752.       {
  4753.         Txt = "&"
  4754.         Hint = ""
  4755.       }
  4756.     }
  4757.     info_player_deathmatch:form =
  4758.     {
  4759.       help ="potential spawning position for deathmatch games"
  4760.       bbox ='-16 -16 -24 16 16 48'
  4761.       angle: =
  4762.       {
  4763.         Txt = "&"
  4764.         Hint = ""
  4765.       }
  4766.       style: =
  4767.       {
  4768.         Txt = "&"
  4769.         Hint = ""
  4770.         Typ = "C"
  4771.         Items = "1"$0D"2"
  4772.         values = "1"$0D"2"
  4773.       }
  4774.     }
  4775.     info_player_intermission:form =
  4776.     {
  4777.       help ="The deathmatch intermission point will be at one of theseUse 'angles' instead of 'angle', so you can set pitch or roll as well as yaw.  'pitch yaw roll'"
  4778.       bbox ='-16 -16 -24 16 16 32'
  4779.       angle: =
  4780.       {
  4781.         Txt = "&"
  4782.         Hint = ""
  4783.       }
  4784.       angles: =
  4785.       {
  4786.         Txt = "&"
  4787.         Hint = ""
  4788.       }
  4789.     }
  4790.     info_player_start:form =
  4791.     {
  4792.       help ="The normal starting point for a level."
  4793.       bbox ='-16 -16 -24 16 16 48'
  4794.       angle: =
  4795.       {
  4796.         Txt = "&"
  4797.         Hint = ""
  4798.       }
  4799.       targetname: =
  4800.       {
  4801.         Txt = "&"
  4802.         Hint = ""
  4803.       }
  4804.     }
  4805.     item_adrenaline:form =
  4806.     {
  4807.       help =""
  4808.       angle: =
  4809.       {
  4810.         Txt = "&"
  4811.         Hint = ""
  4812.       }
  4813.     }
  4814.     item_armor_helmet:form =
  4815.     {
  4816.       help =""
  4817.       bbox ='-16 -16 -16 16 16 16'
  4818.       angle: =
  4819.       {
  4820.         Txt = "&"
  4821.         Hint = ""
  4822.       }
  4823.       model: =
  4824.       {
  4825.         Txt = "&"
  4826.         Hint = "The model"
  4827.         Typ = "C"
  4828.         Items = "models/pu_icon/armor_head/armor_head.md2"
  4829.         values = "models/pu_icon/armor_head/armor_head.md2"
  4830.       }
  4831.     }
  4832.     item_armor_helmet_heavy:form =
  4833.     {
  4834.       help =""
  4835.       bbox ='-16 -16 -16 16 16 16'
  4836.       angle: =
  4837.       {
  4838.         Txt = "&"
  4839.         Hint = ""
  4840.       }
  4841.       model: =
  4842.       {
  4843.         Txt = "&"
  4844.         Hint = "The model"
  4845.         Typ = "C"
  4846.         Items = "models/pu_icon/armor_head/armor_head_hd.md2"
  4847.         values = "models/pu_icon/armor_head/armor_head_hd.md2"
  4848.       }
  4849.     }
  4850.     item_armor_jacket:form =
  4851.     {
  4852.       help =""
  4853.       bbox ='-16 -16 -16 16 16 16'
  4854.       angle: =
  4855.       {
  4856.         Txt = "&"
  4857.         Hint = ""
  4858.       }
  4859.       model: =
  4860.       {
  4861.         Txt = "&"
  4862.         Hint = "The model"
  4863.         Typ = "C"
  4864.         Items = "models/pu_icon/armor/tris.md2"
  4865.         values = "models/pu_icon/armor/tris.md2"
  4866.       }
  4867.     }
  4868.     item_armor_jacket_heavy:form =
  4869.     {
  4870.       help =""
  4871.       bbox ='-16 -16 -16 16 16 16'
  4872.       angle: =
  4873.       {
  4874.         Txt = "&"
  4875.         Hint = ""
  4876.       }
  4877.       model: =
  4878.       {
  4879.         Txt = "&"
  4880.         Hint = "The model"
  4881.         Typ = "C"
  4882.         Items = "models/pu_icon/armor/armorhdtop.md2"
  4883.         values = "models/pu_icon/armor/armorhdtop.md2"
  4884.       }
  4885.     }
  4886.     item_armor_legs:form =
  4887.     {
  4888.       help =""
  4889.       bbox ='-16 -16 -16 16 16 16'
  4890.       angle: =
  4891.       {
  4892.         Txt = "&"
  4893.         Hint = ""
  4894.       }
  4895.       model: =
  4896.       {
  4897.         Txt = "&"
  4898.         Hint = "The model"
  4899.         Typ = "C"
  4900.         Items = "models/pu_icon/armor_lo/armor_lo.md2"
  4901.         values = "models/pu_icon/armor_lo/armor_lo.md2"
  4902.       }
  4903.     }
  4904.     item_armor_legs_heavy:form =
  4905.     {
  4906.       help =""
  4907.       bbox ='-16 -16 -16 16 16 16'
  4908.       angle: =
  4909.       {
  4910.         Txt = "&"
  4911.         Hint = ""
  4912.       }
  4913.       model: =
  4914.       {
  4915.         Txt = "&"
  4916.         Hint = "The model"
  4917.         Typ = "C"
  4918.         Items = "models/pu_icon/armor_lo/armor_lo_hd.md2"
  4919.         values = "models/pu_icon/armor_lo/armor_lo_hd.md2"
  4920.       }
  4921.     }
  4922.     item_battery:form =
  4923.     {
  4924.       help =""
  4925.       bbox ='-16 -16 -16 16 16 16'
  4926.       model: =
  4927.       {
  4928.         Txt = "&"
  4929.         Hint = "The model"
  4930.         Typ = "C"
  4931.         Items = "models/pu_icon/battery/tris.md2"
  4932.         values = "models/pu_icon/battery/tris.md2"
  4933.       }
  4934.       target: =
  4935.       {
  4936.         Txt = "&"
  4937.         Hint = ""
  4938.       }
  4939.     }
  4940.     item_cashbaglarge:form =
  4941.     {
  4942.       help =""
  4943.       bbox ='-16 -16 -16 16 16 16'
  4944.       currentcash: =
  4945.       {
  4946.         Txt = "&"
  4947.         Hint = " - set amount of cash in the bag  "
  4948.       }
  4949.       model: =
  4950.       {
  4951.         Txt = "&"
  4952.         Hint = "The model"
  4953.         Typ = "C"
  4954.         Items = "models/pu_icon/money/money_lg.md2"
  4955.         values = "models/pu_icon/money/money_lg.md2"
  4956.       }
  4957.     }
  4958.     item_cashbagsmall:form =
  4959.     {
  4960.       help =""
  4961.       bbox ='-16 -16 -16 16 16 16'
  4962.       angle: =
  4963.       {
  4964.         Txt = "&"
  4965.         Hint = ""
  4966.       }
  4967.       currentcash: =
  4968.       {
  4969.         Txt = "&"
  4970.         Hint = " - set amount of cash in the bag  "
  4971.       }
  4972.       model: =
  4973.       {
  4974.         Txt = "&"
  4975.         Hint = "The model"
  4976.         Typ = "C"
  4977.         Items = "models/pu_icon/money/money_sm.md2"
  4978.         values = "models/pu_icon/money/money_sm.md2"
  4979.       }
  4980.     }
  4981.     item_cashroll:form =
  4982.     {
  4983.       help =""
  4984.       bbox ='-16 -16 -16 16 16 16'
  4985.       currentcash: =
  4986.       {
  4987.         Txt = "&"
  4988.         Hint = " - set amount of cash in roll  "
  4989.       }
  4990.       lightit: =
  4991.       {
  4992.         Txt = "&"
  4993.         Hint = ""
  4994.       }
  4995.       model: =
  4996.       {
  4997.         Txt = "&"
  4998.         Hint = "The model"
  4999.         Typ = "C"
  5000.         Items = "models/pu_icon/cash/tris.md2"
  5001.         values = "models/pu_icon/cash/tris.md2"
  5002.       }
  5003.     }
  5004.     item_coil:form =
  5005.     {
  5006.       help =""
  5007.       bbox ='-16 -16 -16 16 16 16'
  5008.       model: =
  5009.       {
  5010.         Txt = "&"
  5011.         Hint = "The model"
  5012.         Typ = "C"
  5013.         Items = "models/pu_icon/coil/tris.md2"
  5014.         values = "models/pu_icon/coil/tris.md2"
  5015.       }
  5016.     }
  5017.     item_flashlight:form =
  5018.     {
  5019.       help =""
  5020.       bbox ='-16 -16 -16 16 16 16'
  5021.       model: =
  5022.       {
  5023.         Txt = "&"
  5024.         Hint = "The model"
  5025.         Typ = "C"
  5026.         Items = "models/pu_icon/f_light/tris.md2"
  5027.         values = "models/pu_icon/f_light/tris.md2"
  5028.       }
  5029.     }
  5030.     item_health_lg:form =
  5031.     {
  5032.       help =""
  5033.       bbox ='-16 -16 -16 16 16 16'
  5034.       angle: =
  5035.       {
  5036.         Txt = "&"
  5037.         Hint = ""
  5038.       }
  5039.       model: =
  5040.       {
  5041.         Txt = "&"
  5042.         Hint = "The model"
  5043.         Typ = "C"
  5044.         Items = "models/pu_icon/health/tris.md2"
  5045.         values = "models/pu_icon/health/tris.md2"
  5046.       }
  5047.     }
  5048.     item_health_sm:form =
  5049.     {
  5050.       help =""
  5051.       bbox ='-16 -16 -16 16 16 16'
  5052.       angle: =
  5053.       {
  5054.         Txt = "&"
  5055.         Hint = ""
  5056.       }
  5057.       model: =
  5058.       {
  5059.         Txt = "&"
  5060.         Hint = "The model"
  5061.         Typ = "C"
  5062.         Items = "models/pu_icon/health_s/tris.md2"
  5063.         values = "models/pu_icon/health_s/tris.md2"
  5064.       }
  5065.     }
  5066.     item_lizzyhead:form =
  5067.     {
  5068.       help =""
  5069.       angle: =
  5070.       {
  5071.         Txt = "&"
  5072.         Hint = ""
  5073.       }
  5074.       lightit: =
  5075.       {
  5076.         Txt = "&"
  5077.         Hint = ""
  5078.       }
  5079.       target: =
  5080.       {
  5081.         Txt = "&"
  5082.         Hint = ""
  5083.       }
  5084.     }
  5085.     item_oilcan:form =
  5086.     {
  5087.       help =""
  5088.     }
  5089.     item_pack:form =
  5090.     {
  5091.       help =""
  5092.       angle: =
  5093.       {
  5094.         Txt = "&"
  5095.         Hint = ""
  5096.       }
  5097.     }
  5098.     item_safedocs:form =
  5099.     {
  5100.       help =""
  5101.     }
  5102.     item_valve:form =
  5103.     {
  5104.       help =""
  5105.       angle: =
  5106.       {
  5107.         Txt = "&"
  5108.         Hint = ""
  5109.       }
  5110.     }
  5111.     item_watch:form =
  5112.     {
  5113.       help ="Watch for Lenny"
  5114.       bbox ='-16 -16 -16 16 16 16'
  5115.       model: =
  5116.       {
  5117.         Txt = "&"
  5118.         Hint = "The model"
  5119.         Typ = "C"
  5120.         Items = "models/pu_icon/watch/tris.md2"
  5121.         values = "models/pu_icon/watch/tris.md2"
  5122.       }
  5123.     }
  5124.     item_whiskey:form =
  5125.     {
  5126.       help ="Whiskey for the bum"
  5127.       bbox ='-16 -16 -16 16 16 16'
  5128.       model: =
  5129.       {
  5130.         Txt = "&"
  5131.         Hint = "The model"
  5132.         Typ = "C"
  5133.         Items = "models/pu_icon/whiskey/tris.md2"
  5134.         values = "models/pu_icon/whiskey/tris.md2"
  5135.       }
  5136.     }
  5137.     junior:form =
  5138.     {
  5139.       help ="Used for dynamic lighting of characters."
  5140.       bbox ='-8 -8 -8 8 8 8'
  5141.       LIGHT: =
  5142.       {
  5143.         Txt = "&"
  5144.         Hint = ""
  5145.       }
  5146.       _color: =
  5147.       {
  5148.         Txt = "&"
  5149.         Hint = "(R G B intensity)"
  5150.       }
  5151.       _color: =
  5152.       {
  5153.         Typ="L 3"
  5154.         Txt="&"
  5155.         Hint = "Click here to pick the light color"
  5156.       }
  5157.       _fade: =
  5158.       {
  5159.         Txt = "&"
  5160.         Hint = ""
  5161.       }
  5162.       dmg: =
  5163.       {
  5164.         Txt = "&"
  5165.         Hint = ""
  5166.       }
  5167.       light: =
  5168.       {
  5169.         Txt = "&"
  5170.         Hint = ""
  5171.       }
  5172.       style: =
  5173.       {
  5174.         Txt = "&"
  5175.         Hint = ""
  5176.         Typ = "C"
  5177.         Items = "1"$0D"10"$0D"12"$0D"13"$0D"14"$0D"15"$0D"16"$0D"32"$0D"33"$0D"35"$0D"6"$0D"7"$0D"8"$0D"9"
  5178.         values = "1"$0D"10"$0D"12"$0D"13"$0D"14"$0D"15"$0D"16"$0D"32"$0D"33"$0D"35"$0D"6"$0D"7"$0D"8"$0D"9"
  5179.       }
  5180.       targetname: =
  5181.       {
  5182.         Txt = "&"
  5183.         Hint = ""
  5184.       }
  5185.       wait: =
  5186.       {
  5187.         Txt = "&"
  5188.         Hint = ""
  5189.       }
  5190.     }
  5191.     key_fuse:form =
  5192.     {
  5193.       help =""
  5194.       angle: =
  5195.       {
  5196.         Txt = "&"
  5197.         Hint = ""
  5198.       }
  5199.       targetname: =
  5200.       {
  5201.         Txt = "&"
  5202.         Hint = ""
  5203.       }
  5204.     }
  5205.     key_key1:form =
  5206.     {
  5207.       help ="Will allow player to unlock doors with a value of key 1"
  5208.       bbox ='-16 -16 -16 16 16 16'
  5209.       model: =
  5210.       {
  5211.         Txt = "&"
  5212.         Hint = "The model"
  5213.         Typ = "C"
  5214.         Items = "models/pu_icon/key/key_a.md2"
  5215.         values = "models/pu_icon/key/key_a.md2"
  5216.       }
  5217.     }
  5218.     key_key2:form =
  5219.     {
  5220.       help ="Will allow player to unlock doors with a value of key 2"
  5221.       bbox ='-16 -16 -16 16 16 16'
  5222.       model: =
  5223.       {
  5224.         Txt = "&"
  5225.         Hint = "The model"
  5226.         Typ = "C"
  5227.         Items = "models/pu_icon/key/key_a.md2"
  5228.         values = "models/pu_icon/key/key_a.md2"
  5229.       }
  5230.     }
  5231.     key_key3:form =
  5232.     {
  5233.       help ="Will allow player to unlock doors with a value of key 3"
  5234.       bbox ='-16 -16 -16 16 16 16'
  5235.       model: =
  5236.       {
  5237.         Txt = "&"
  5238.         Hint = "The model"
  5239.         Typ = "C"
  5240.         Items = "models/pu_icon/key/key_a.md2"
  5241.         values = "models/pu_icon/key/key_a.md2"
  5242.       }
  5243.     }
  5244.     key_key4:form =
  5245.     {
  5246.       help ="Will allow player to unlock doors with a value of key 4"
  5247.       bbox ='-16 -16 -16 16 16 16'
  5248.       model: =
  5249.       {
  5250.         Txt = "&"
  5251.         Hint = "The model"
  5252.         Typ = "C"
  5253.         Items = "models/pu_icon/key/key_a.md2"
  5254.         values = "models/pu_icon/key/key_a.md2"
  5255.       }
  5256.     }
  5257.     key_key5:form =
  5258.     {
  5259.       help ="Will allow player to unlock doors with a value of key 5"
  5260.       bbox ='-16 -16 -16 16 16 16'
  5261.       model: =
  5262.       {
  5263.         Txt = "&"
  5264.         Hint = "The model"
  5265.         Typ = "C"
  5266.         Items = "models/pu_icon/key/key_a.md2"
  5267.         values = "models/pu_icon/key/key_a.md2"
  5268.       }
  5269.     }
  5270.     light:form =
  5271.     {
  5272.       help ="Non-displayed light.Default light value is 300.Default style is 0.If targeted, will toggle between on and off.Default _cone value is 10 (used to set size of light for spotlights)movedir will be the color of the flarehealth is size for lightflaredmg will specify the flare typeFLARE_WHITE       0FLARE_SUN        1FLARE_AMBER        2FLARE_RED        3FLARE_BLUE        4FLARE_GREEN        5"
  5273.       bbox ='-8 -8 -8 8 8 8'
  5274.       _FADE: =
  5275.       {
  5276.         Txt = "&"
  5277.         Hint = ""
  5278.       }
  5279.       spawnflags: =
  5280.       {
  5281.         Typ = "X1"
  5282.         Txt = "&"
  5283.         Cap=  "START_OFF"
  5284.       }
  5285.       spawnflags: =
  5286.       {
  5287.         Typ = "X2"
  5288.         Txt = "&"
  5289.         Cap=  "FLARE"
  5290.       }
  5291.       spawnflags: =
  5292.       {
  5293.         Typ = "X4"
  5294.         Txt = "&"
  5295.         Cap=  "NORESIZE"
  5296.       }
  5297.       spawnflags: =
  5298.       {
  5299.         Typ = "X8"
  5300.         Txt = "&"
  5301.         Cap=  "DYNAMIC"
  5302.       }
  5303.       _color: =
  5304.       {
  5305.         Txt = "&"
  5306.         Hint = "(R G B intensity)"
  5307.       }
  5308.       _color: =
  5309.       {
  5310.         Typ="L 3"
  5311.         Txt="&"
  5312.         Hint = "Click here to pick the light color"
  5313.       }
  5314.       _cone: =
  5315.       {
  5316.         Txt = "&"
  5317.         Hint = ""
  5318.       }
  5319.       _fade: =
  5320.       {
  5321.         Txt = "&"
  5322.         Hint = ""
  5323.       }
  5324.       _minlight: =
  5325.       {
  5326.         Txt = "&"
  5327.         Hint = ""
  5328.       }
  5329.       angle: =
  5330.       {
  5331.         Txt = "&"
  5332.         Hint = ""
  5333.       }
  5334.       dmg: =
  5335.       {
  5336.         Txt = "&"
  5337.         Hint = ""
  5338.       }
  5339.       health: =
  5340.       {
  5341.         Txt = "&"
  5342.         Hint = ""
  5343.       }
  5344.       light: =
  5345.       {
  5346.         Txt = "&"
  5347.         Hint = ""
  5348.       }
  5349.       style: =
  5350.       {
  5351.         Txt = "&"
  5352.         Hint = ""
  5353.         Typ = "C"
  5354.         Items = "0"$0D"1"$0D"10"$0D"12"$0D"13"$0D"14"$0D"15"$0D"16"$0D"2"$0D"32"$0D"33"$0D"34"$0D"35"$0D"36"$0D"37"$0D"38"$0D"39"$0D"40"$0D"41"$0D"6"$0D"7"$0D"8"$0D"9"
  5355.         values = "0"$0D"1"$0D"10"$0D"12"$0D"13"$0D"14"$0D"15"$0D"16"$0D"2"$0D"32"$0D"33"$0D"34"$0D"35"$0D"36"$0D"37"$0D"38"$0D"39"$0D"40"$0D"41"$0D"6"$0D"7"$0D"8"$0D"9"
  5356.       }
  5357.       target: =
  5358.       {
  5359.         Txt = "&"
  5360.         Hint = ""
  5361.       }
  5362.       targetname: =
  5363.       {
  5364.         Txt = "&"
  5365.         Hint = ""
  5366.       }
  5367.     }
  5368.     light_bulb:form =
  5369.     {
  5370.       help ="A bulb that outputs lightNon-displayed light.Default light value is 300.Default style is 0.If targeted, will toggle between on and off.Default _cone value is 10 (used to set size of light for spotlights)movedir will be the color of the flarehealth is size for lightflaredmg will specify the flare typeFLARE_WHITE       0FLARE_SUN        1FLARE_AMBER        2FLARE_RED        3FLARE_BLUE        4FLARE_GREEN        5"
  5371.       bbox ='-2 -2 -5 2 2 5'
  5372.       spawnflags: =
  5373.       {
  5374.         Typ = "X1"
  5375.         Txt = "&"
  5376.         Cap=  "START_OFF"
  5377.       }
  5378.       spawnflags: =
  5379.       {
  5380.         Typ = "X2"
  5381.         Txt = "&"
  5382.         Cap=  "FLARE"
  5383.       }
  5384.       spawnflags: =
  5385.       {
  5386.         Typ = "X4"
  5387.         Txt = "&"
  5388.         Cap=  "NORESIZE"
  5389.       }
  5390.       spawnflags: =
  5391.       {
  5392.         Typ = "X8"
  5393.         Txt = "&"
  5394.         Cap=  "DYNAMIC"
  5395.       }
  5396.       _color: =
  5397.       {
  5398.         Txt = "&"
  5399.         Hint = "(R G B intensity)"
  5400.       }
  5401.       _color: =
  5402.       {
  5403.         Typ="L 3"
  5404.         Txt="&"
  5405.         Hint = "Click here to pick the light color"
  5406.       }
  5407.       _cone: =
  5408.       {
  5409.         Txt = "&"
  5410.         Hint = ""
  5411.       }
  5412.       _fade: =
  5413.       {
  5414.         Txt = "&"
  5415.         Hint = ""
  5416.       }
  5417.       dmg: =
  5418.       {
  5419.         Txt = "&"
  5420.         Hint = ""
  5421.       }
  5422.       health: =
  5423.       {
  5424.         Txt = "&"
  5425.         Hint = ""
  5426.       }
  5427.       light: =
  5428.       {
  5429.         Txt = "&"
  5430.         Hint = ""
  5431.       }
  5432.       style: =
  5433.       {
  5434.         Txt = "&"
  5435.         Hint = ""
  5436.         Typ = "C"
  5437.         Items = "0"
  5438.         values = "0"
  5439.       }
  5440.     }
  5441.     light_chandelier:form =
  5442.     {
  5443.       help ="A chandelierNon-displayed light.Default light value is 300.Default style is 0.If targeted, will toggle between on and off.Default _cone value is 10 (used to set size of light for spotlights)movedir will be the color of the flarehealth is size for lightflaredmg will specify the flare typeFLARE_WHITE       0FLARE_SUN        1FLARE_AMBER        2FLARE_RED        3FLARE_BLUE        4FLARE_GREEN        5"
  5444.       bbox ='-36 -34 -32 36 34 32'
  5445.       spawnflags: =
  5446.       {
  5447.         Typ = "X1"
  5448.         Txt = "&"
  5449.         Cap=  "START_OFF"
  5450.       }
  5451.       spawnflags: =
  5452.       {
  5453.         Typ = "X2"
  5454.         Txt = "&"
  5455.         Cap=  "FLARE"
  5456.       }
  5457.       spawnflags: =
  5458.       {
  5459.         Typ = "X4"
  5460.         Txt = "&"
  5461.         Cap=  "NORESIZE"
  5462.       }
  5463.       spawnflags: =
  5464.       {
  5465.         Typ = "X8"
  5466.         Txt = "&"
  5467.         Cap=  "DYNAMIC"
  5468.       }
  5469.       light: =
  5470.       {
  5471.         Txt = "&"
  5472.         Hint = ""
  5473.       }
  5474.       model: =
  5475.       {
  5476.         Txt = "&"
  5477.         Hint = "The model"
  5478.         Typ = "C"
  5479.         Items = "models\props\chandelier\tris.md2"
  5480.         values = "models\props\chandelier\tris.md2"
  5481.       }
  5482.     }
  5483.     light_deco_sconce:form =
  5484.     {
  5485.       help ="A deco sconceNon-displayed light.Default light value is 300.Default style is 0.If targeted, will toggle between on and off.Default _cone value is 10 (used to set size of light for spotlights)movedir will be the color of the flarehealth is size for lightflaredmg will specify the flare typeFLARE_WHITE       0FLARE_SUN        1FLARE_AMBER        2FLARE_RED        3FLARE_BLUE        4FLARE_GREEN        5"
  5486.       bbox ='-8 -8 -12 8 8 12'
  5487.       spawnflags: =
  5488.       {
  5489.         Typ = "X1"
  5490.         Txt = "&"
  5491.         Cap=  "START_OFF"
  5492.       }
  5493.       spawnflags: =
  5494.       {
  5495.         Typ = "X2"
  5496.         Txt = "&"
  5497.         Cap=  "FLARE"
  5498.       }
  5499.       spawnflags: =
  5500.       {
  5501.         Typ = "X4"
  5502.         Txt = "&"
  5503.         Cap=  "NORESIZE"
  5504.       }
  5505.       spawnflags: =
  5506.       {
  5507.         Typ = "X8"
  5508.         Txt = "&"
  5509.         Cap=  "DYNAMIC"
  5510.       }
  5511.       angle: =
  5512.       {
  5513.         Txt = "&"
  5514.         Hint = ""
  5515.       }
  5516.       light: =
  5517.       {
  5518.         Txt = "&"
  5519.         Hint = ""
  5520.       }
  5521.       model: =
  5522.       {
  5523.         Txt = "&"
  5524.         Hint = "The model"
  5525.         Typ = "C"
  5526.         Items = "models\props\decosconce\tris.md2"
  5527.         values = "models\props\decosconce\tris.md2"
  5528.       }
  5529.     }
  5530.     light_fire_esm:form =
  5531.     {
  5532.       help ="Cool fire extra-small "
  5533.       bbox ='-8 -8 -8 8 8 8'
  5534.       spawnflags: =
  5535.       {
  5536.         Typ = "X1"
  5537.         Txt = "&"
  5538.         Cap=  "X"
  5539.       }
  5540.       spawnflags: =
  5541.       {
  5542.         Typ = "X2"
  5543.         Txt = "&"
  5544.         Cap=  "X"
  5545.       }
  5546.       spawnflags: =
  5547.       {
  5548.         Typ = "X4"
  5549.         Txt = "&"
  5550.         Cap=  "X"
  5551.       }
  5552.       spawnflags: =
  5553.       {
  5554.         Typ = "X8"
  5555.         Txt = "&"
  5556.         Cap=  "DYNAMIC"
  5557.       }
  5558.       _color: =
  5559.       {
  5560.         Txt = "&"
  5561.         Hint = "(R G B intensity)"
  5562.       }
  5563.       _color: =
  5564.       {
  5565.         Typ="L 3"
  5566.         Txt="&"
  5567.         Hint = "Click here to pick the light color"
  5568.       }
  5569.       alphalevel: =
  5570.       {
  5571.         Txt = "&"
  5572.         Hint = " 1 - 10 (default 5) "
  5573.       }
  5574.       light: =
  5575.       {
  5576.         Txt = "&"
  5577.         Hint = ""
  5578.       }
  5579.       style: =
  5580.       {
  5581.         Txt = "&"
  5582.         Hint = ""
  5583.         Typ = "C"
  5584.         Items = "1"
  5585.         values = "1"
  5586.       }
  5587.     }
  5588.     light_fire_lg:form =
  5589.     {
  5590.       help ="Cool fire large"
  5591.       bbox ='-32 -32 -32 32 32 32'
  5592.       spawnflags: =
  5593.       {
  5594.         Typ = "X1"
  5595.         Txt = "&"
  5596.         Cap=  "X"
  5597.       }
  5598.       spawnflags: =
  5599.       {
  5600.         Typ = "X2"
  5601.         Txt = "&"
  5602.         Cap=  "X"
  5603.       }
  5604.       spawnflags: =
  5605.       {
  5606.         Typ = "X4"
  5607.         Txt = "&"
  5608.         Cap=  "X"
  5609.       }
  5610.       spawnflags: =
  5611.       {
  5612.         Typ = "X8"
  5613.         Txt = "&"
  5614.         Cap=  "DYNAMIC"
  5615.       }
  5616.       _color: =
  5617.       {
  5618.         Txt = "&"
  5619.         Hint = "(R G B intensity)"
  5620.       }
  5621.       _color: =
  5622.       {
  5623.         Typ="L 3"
  5624.         Txt="&"
  5625.         Hint = "Click here to pick the light color"
  5626.       }
  5627.       alphalevel: =
  5628.       {
  5629.         Txt = "&"
  5630.         Hint = " 1 - 10 (default 5)"
  5631.       }
  5632.       light: =
  5633.       {
  5634.         Txt = "&"
  5635.         Hint = ""
  5636.       }
  5637.       style: =
  5638.       {
  5639.         Txt = "&"
  5640.         Hint = ""
  5641.         Typ = "C"
  5642.         Items = "1"$0D"10"$0D"12"
  5643.         values = "1"$0D"10"$0D"12"
  5644.       }
  5645.     }
  5646.     light_fire_med:form =
  5647.     {
  5648.       help ="Cool fire medium"
  5649.       bbox ='-24 -24 -24 24 24 24'
  5650.       spawnflags: =
  5651.       {
  5652.         Typ = "X1"
  5653.         Txt = "&"
  5654.         Cap=  "X"
  5655.       }
  5656.       spawnflags: =
  5657.       {
  5658.         Typ = "X2"
  5659.         Txt = "&"
  5660.         Cap=  "X"
  5661.       }
  5662.       spawnflags: =
  5663.       {
  5664.         Typ = "X4"
  5665.         Txt = "&"
  5666.         Cap=  "X"
  5667.       }
  5668.       spawnflags: =
  5669.       {
  5670.         Typ = "X8"
  5671.         Txt = "&"
  5672.         Cap=  "DYNAMIC"
  5673.       }
  5674.       _color: =
  5675.       {
  5676.         Txt = "&"
  5677.         Hint = "(R G B intensity)"
  5678.       }
  5679.       _color: =
  5680.       {
  5681.         Typ="L 3"
  5682.         Txt="&"
  5683.         Hint = "Click here to pick the light color"
  5684.       }
  5685.       _fade: =
  5686.       {
  5687.         Txt = "&"
  5688.         Hint = ""
  5689.       }
  5690.       alphalevel: =
  5691.       {
  5692.         Txt = "&"
  5693.         Hint = " 1 - 10 (default 5)"
  5694.       }
  5695.       angle: =
  5696.       {
  5697.         Txt = "&"
  5698.         Hint = ""
  5699.       }
  5700.       light: =
  5701.       {
  5702.         Txt = "&"
  5703.         Hint = ""
  5704.       }
  5705.       style: =
  5706.       {
  5707.         Txt = "&"
  5708.         Hint = ""
  5709.         Typ = "C"
  5710.         Items = "1"
  5711.         values = "1"
  5712.       }
  5713.     }
  5714.     light_fire_sm:form =
  5715.     {
  5716.       help ="Cool fire small"
  5717.       bbox ='-16 -16 -16 16 16 16'
  5718.       spawnflags: =
  5719.       {
  5720.         Typ = "X1"
  5721.         Txt = "&"
  5722.         Cap=  "X"
  5723.       }
  5724.       spawnflags: =
  5725.       {
  5726.         Typ = "X2"
  5727.         Txt = "&"
  5728.         Cap=  "X"
  5729.       }
  5730.       spawnflags: =
  5731.       {
  5732.         Typ = "X4"
  5733.         Txt = "&"
  5734.         Cap=  "X"
  5735.       }
  5736.       spawnflags: =
  5737.       {
  5738.         Typ = "X8"
  5739.         Txt = "&"
  5740.         Cap=  "DYNAMIC"
  5741.       }
  5742.       alphalevel: =
  5743.       {
  5744.         Txt = "&"
  5745.         Hint = " 1 - 10 (default 5)"
  5746.       }
  5747.     }
  5748.     light_pendant:form =
  5749.     {
  5750.       help ="A pendant lightNon-displayed light.Default light value is 300.Default style is 0.If targeted, will toggle between on and off.Default _cone value is 10 (used to set size of light for spotlights)movedir will be the color of the flarehealth is size for lightflaredmg will specify the flare typeFLARE_WHITE       0FLARE_SUN        1FLARE_AMBER        2FLARE_RED        3FLARE_BLUE        4FLARE_GREEN        5"
  5751.       bbox ='-16 -16 -4 16 16 4'
  5752.       spawnflags: =
  5753.       {
  5754.         Typ = "X1"
  5755.         Txt = "&"
  5756.         Cap=  "START_OFF"
  5757.       }
  5758.       spawnflags: =
  5759.       {
  5760.         Typ = "X2"
  5761.         Txt = "&"
  5762.         Cap=  "FLARE"
  5763.       }
  5764.       spawnflags: =
  5765.       {
  5766.         Typ = "X4"
  5767.         Txt = "&"
  5768.         Cap=  "NORESIZE"
  5769.       }
  5770.       spawnflags: =
  5771.       {
  5772.         Typ = "X8"
  5773.         Txt = "&"
  5774.         Cap=  "DYNAMIC"
  5775.       }
  5776.       health: =
  5777.       {
  5778.         Txt = "&"
  5779.         Hint = ""
  5780.       }
  5781.       light: =
  5782.       {
  5783.         Txt = "&"
  5784.         Hint = ""
  5785.       }
  5786.       model: =
  5787.       {
  5788.         Txt = "&"
  5789.         Hint = "The model"
  5790.         Typ = "C"
  5791.         Items = "models\props\pendant\tris.md2"
  5792.         values = "models\props\pendant\tris.md2"
  5793.       }
  5794.     }
  5795.     light_sconce:form =
  5796.     {
  5797.       help ="A cage light modelNon-displayed light.Default light value is 300.Default style is 0.If targeted, will toggle between on and off.Default _cone value is 10 (used to set size of light for spotlights)movedir will be the color of the flarehealth is size for lightflaredmg will specify the flare typeFLARE_WHITE       0FLARE_SUN        1FLARE_AMBER        2FLARE_RED        3FLARE_BLUE        4FLARE_GREEN        5"
  5798.       bbox ='-4 -4 -8 4 4 8'
  5799.       _FADE: =
  5800.       {
  5801.         Txt = "&"
  5802.         Hint = ""
  5803.       }
  5804.       spawnflags: =
  5805.       {
  5806.         Typ = "X1"
  5807.         Txt = "&"
  5808.         Cap=  "START_OFF"
  5809.       }
  5810.       spawnflags: =
  5811.       {
  5812.         Typ = "X2"
  5813.         Txt = "&"
  5814.         Cap=  "FLARE"
  5815.       }
  5816.       spawnflags: =
  5817.       {
  5818.         Typ = "X4"
  5819.         Txt = "&"
  5820.         Cap=  "NORESIZE"
  5821.       }
  5822.       spawnflags: =
  5823.       {
  5824.         Typ = "X8"
  5825.         Txt = "&"
  5826.         Cap=  "DYNAMIC"
  5827.       }
  5828.       spawnflags: =
  5829.       {
  5830.         Typ = "X16"
  5831.         Txt = "&"
  5832.         Cap=  "LBLUE"
  5833.       }
  5834.       spawnflags: =
  5835.       {
  5836.         Typ = "X32"
  5837.         Txt = "&"
  5838.         Cap=  "LGREEN"
  5839.       }
  5840.       spawnflags: =
  5841.       {
  5842.         Typ = "X64"
  5843.         Txt = "&"
  5844.         Cap=  "LRED"
  5845.       }
  5846.       spawnflags: =
  5847.       {
  5848.         Typ = "X128"
  5849.         Txt = "&"
  5850.         Cap=  "LYELLOW"
  5851.       }
  5852.       _color: =
  5853.       {
  5854.         Txt = "&"
  5855.         Hint = "(R G B intensity)"
  5856.       }
  5857.       _color: =
  5858.       {
  5859.         Typ="L 3"
  5860.         Txt="&"
  5861.         Hint = "Click here to pick the light color"
  5862.       }
  5863.       _fade: =
  5864.       {
  5865.         Txt = "&"
  5866.         Hint = ""
  5867.       }
  5868.       dmg: =
  5869.       {
  5870.         Txt = "&"
  5871.         Hint = ""
  5872.       }
  5873.       health: =
  5874.       {
  5875.         Txt = "&"
  5876.         Hint = ""
  5877.       }
  5878.       light: =
  5879.       {
  5880.         Txt = "&"
  5881.         Hint = ""
  5882.       }
  5883.       model: =
  5884.       {
  5885.         Txt = "&"
  5886.         Hint = "The model"
  5887.         Typ = "C"
  5888.         Items = "models\props\sconce\light.md2"
  5889.         values = "models\props\sconce\light.md2"
  5890.       }
  5891.       style: =
  5892.       {
  5893.         Txt = "&"
  5894.         Hint = ""
  5895.         Typ = "C"
  5896.         Items = "13"$0D"6"
  5897.         values = "13"$0D"6"
  5898.       }
  5899.     }
  5900.     lightflare:form =
  5901.     {
  5902.       help ="Non-displayed light.Default light value is 300.Default style is 0.If targeted, will toggle between on and off.Default _cone value is 10 (used to set size of light for spotlights)movedir will be the color of the flarehealth is size for lightflaredmg will specify the flare typeFLARE_WHITE       0FLARE_SUN        1FLARE_AMBER        2FLARE_RED        3FLARE_BLUE        4FLARE_GREEN        5"
  5903.       bbox ='-2 -2 -2 2 2 2'
  5904.       spawnflags: =
  5905.       {
  5906.         Typ = "X1"
  5907.         Txt = "&"
  5908.         Cap=  "START_OFF"
  5909.       }
  5910.       spawnflags: =
  5911.       {
  5912.         Typ = "X2"
  5913.         Txt = "&"
  5914.         Cap=  "FLARE"
  5915.       }
  5916.       spawnflags: =
  5917.       {
  5918.         Typ = "X4"
  5919.         Txt = "&"
  5920.         Cap=  "NORESIZE"
  5921.       }
  5922.       spawnflags: =
  5923.       {
  5924.         Typ = "X8"
  5925.         Txt = "&"
  5926.         Cap=  "DYNAMIC"
  5927.       }
  5928.       _color: =
  5929.       {
  5930.         Txt = "&"
  5931.         Hint = "(R G B intensity)"
  5932.       }
  5933.       _color: =
  5934.       {
  5935.         Typ="L 3"
  5936.         Txt="&"
  5937.         Hint = "Click here to pick the light color"
  5938.       }
  5939.       _fade: =
  5940.       {
  5941.         Txt = "&"
  5942.         Hint = ""
  5943.       }
  5944.       angle: =
  5945.       {
  5946.         Txt = "&"
  5947.         Hint = ""
  5948.       }
  5949.       dmg: =
  5950.       {
  5951.         Txt = "&"
  5952.         Hint = ""
  5953.       }
  5954.       health: =
  5955.       {
  5956.         Txt = "&"
  5957.         Hint = ""
  5958.       }
  5959.       light: =
  5960.       {
  5961.         Txt = "&"
  5962.         Hint = ""
  5963.       }
  5964.     }
  5965.     misc_alarm:form =
  5966.     {
  5967.       help ="must be triggered to work"
  5968.       bbox ='-8 -8 -8 8 8 8'
  5969.       count: =
  5970.       {
  5971.         Txt = "&"
  5972.         Hint = " is the duration of the alarm ringing default is 60 sec"
  5973.       }
  5974.     }
  5975.     misc_cut_scene:form =
  5976.     {
  5977.       help =""
  5978.       bbox ='-16 -16 -16 16 16 16'
  5979.     }
  5980.     misc_cutscene_camera:form =
  5981.     {
  5982.       help =""
  5983.       bbox ='-16 -16 -16 16 16 16'
  5984.       accel: =
  5985.       {
  5986.         Txt = "&"
  5987.         Hint = ""
  5988.       }
  5989.       angle: =
  5990.       {
  5991.         Txt = "&"
  5992.         Hint = ""
  5993.       }
  5994.       cameraangle: =
  5995.       {
  5996.         Txt = "&"
  5997.         Hint = ""
  5998.       }
  5999.       cameraorigin: =
  6000.       {
  6001.         Txt = "&"
  6002.         Hint = ""
  6003.       }
  6004.       cameravel: =
  6005.       {
  6006.         Txt = "&"
  6007.         Hint = ""
  6008.       }
  6009.       cameravelrel: =
  6010.       {
  6011.         Txt = "&"
  6012.         Hint = ""
  6013.       }
  6014.       count: =
  6015.       {
  6016.         Txt = "&"
  6017.         Hint = ""
  6018.       }
  6019.       deadticks: =
  6020.       {
  6021.         Txt = "&"
  6022.         Hint = ""
  6023.       }
  6024.       decel: =
  6025.       {
  6026.         Txt = "&"
  6027.         Hint = ""
  6028.       }
  6029.       delay: =
  6030.       {
  6031.         Txt = "&"
  6032.         Hint = ""
  6033.       }
  6034.       duration: =
  6035.       {
  6036.         Txt = "&"
  6037.         Hint = ""
  6038.       }
  6039.       name: =
  6040.       {
  6041.         Txt = "&"
  6042.         Hint = ""
  6043.       }
  6044.       reactdelay: =
  6045.       {
  6046.         Txt = "&"
  6047.         Hint = ""
  6048.       }
  6049.       rotate: =
  6050.       {
  6051.         Txt = "&"
  6052.         Hint = ""
  6053.       }
  6054.       scriptname: =
  6055.       {
  6056.         Txt = "&"
  6057.         Hint = ""
  6058.       }
  6059.       target: =
  6060.       {
  6061.         Txt = "&"
  6062.         Hint = ""
  6063.       }
  6064.       target2: =
  6065.       {
  6066.         Txt = "&"
  6067.         Hint = ""
  6068.       }
  6069.       targetname: =
  6070.       {
  6071.         Txt = "&"
  6072.         Hint = ""
  6073.       }
  6074.       wait: =
  6075.       {
  6076.         Txt = "&"
  6077.         Hint = ""
  6078.       }
  6079.     }
  6080.     misc_cutscene_trigger:form =
  6081.     {
  6082.       help ="Targets a misc_cutscene_camera"
  6083.       debugprint: =
  6084.       {
  6085.         Txt = "&"
  6086.         Hint = " set to 1 to print out camera end position and angles    "
  6087.       }
  6088.       duration: =
  6089.       {
  6090.         Txt = "&"
  6091.         Hint = " fade in time.      "
  6092.       }
  6093.       scriptname: =
  6094.       {
  6095.         Txt = "&"
  6096.         Hint = ""
  6097.       }
  6098.       target: =
  6099.       {
  6100.         Txt = "&"
  6101.         Hint = " camera to target"
  6102.       }
  6103.     }
  6104.     misc_fire:form =
  6105.     {
  6106.       help ="ALPHA1 = 0.1ALPHA8 = 0.8all fire gets scaled down 50 percent"
  6107.       bbox ='-16 -16 -16 16 16 16'
  6108.       spawnflags: =
  6109.       {
  6110.         Typ = "X1"
  6111.         Txt = "&"
  6112.         Cap=  "ALPHA1"
  6113.       }
  6114.       spawnflags: =
  6115.       {
  6116.         Typ = "X2"
  6117.         Txt = "&"
  6118.         Cap=  "ALPHA2"
  6119.       }
  6120.       spawnflags: =
  6121.       {
  6122.         Typ = "X4"
  6123.         Txt = "&"
  6124.         Cap=  "ALPHA4"
  6125.       }
  6126.       spawnflags: =
  6127.       {
  6128.         Typ = "X8"
  6129.         Txt = "&"
  6130.         Cap=  "ALPHA6"
  6131.       }
  6132.       spawnflags: =
  6133.       {
  6134.         Typ = "X16"
  6135.         Txt = "&"
  6136.         Cap=  "ALPHA8"
  6137.       }
  6138.     }
  6139.     misc_kroker_afraid:form =
  6140.     {
  6141.       help =""
  6142.     }
  6143.     misc_skidrow_afraid:form =
  6144.     {
  6145.       help ="used by actors to pick location where it is safer to run away from the player"
  6146.       bbox ='-16 -16 -24 16 16 48'
  6147.     }
  6148.     misc_skidrow_ambush:form =
  6149.     {
  6150.       help ="Used to set ambush location for the 3 guards when the player goes into the 2nd door."
  6151.       bbox ='-16 -16 -24 16 16 48'
  6152.     }
  6153.     misc_skidrow_radio:form =
  6154.     {
  6155.       help ="Bernie and the guys will listen to this. After the radio has stopped, they'll discuss the game for some time."
  6156.       bbox ='-16 -16 -24 16 16 48'
  6157.       delay: =
  6158.       {
  6159.         Txt = "&"
  6160.         Hint = "    time to wait between starting to listen to the radio"
  6161.       }
  6162.       speed: =
  6163.       {
  6164.         Txt = "&"
  6165.         Hint = "    time spent discussing the game afterwards"
  6166.       }
  6167.       target: =
  6168.       {
  6169.         Txt = "&"
  6170.         Hint = ""
  6171.       }
  6172.       wait: =
  6173.       {
  6174.         Txt = "&"
  6175.         Hint = "    time spent listening to the radio each time"
  6176.       }
  6177.     }
  6178.     misc_skidrow_radio_repeater:form =
  6179.     {
  6180.       help ="Use to tag the speaker inside the warehouse"
  6181.       bbox ='-16 -16 -24 16 16 48'
  6182.     }
  6183.     misc_steeltown_afraid:form =
  6184.     {
  6185.       help =""
  6186.     }
  6187.     misc_sy_afraid:form =
  6188.     {
  6189.       help =""
  6190.     }
  6191.     misc_teleporter:form =
  6192.     {
  6193.       help ="Stepping onto this disc will teleport players to the targeted misc_teleporter_dest object."
  6194.       bbox ='-32 -32 -24 32 32 -16'
  6195.     }
  6196.     misc_teleporter_dest:form =
  6197.     {
  6198.       help ="Point teleporters at these."
  6199.       bbox ='-32 -32 -24 32 32 -16'
  6200.     }
  6201.     misc_use_cutscene:form =
  6202.     {
  6203.       help ="This fixed size trigger targets a misc_cutscene_camera"
  6204.       bbox ='-8 -8 -8 8 8 8'
  6205.       debugprint: =
  6206.       {
  6207.         Txt = "&"
  6208.         Hint = " set to 1 to print out camera end position and angles    "
  6209.       }
  6210.       duration: =
  6211.       {
  6212.         Txt = "&"
  6213.         Hint = " fade in time.      "
  6214.       }
  6215.       target: =
  6216.       {
  6217.         Txt = "&"
  6218.         Hint = " camera to target"
  6219.       }
  6220.       targetname: =
  6221.       {
  6222.         Txt = "&"
  6223.         Hint = ""
  6224.       }
  6225.     }
  6226.     path_attractor:form =
  6227.     {
  6228.       help ="When this is placed on the map it will attract actors by name from the episodic ai routines"
  6229.       bbox ='-16 -16 -24 16 16 48'
  6230.       delay: =
  6231.       {
  6232.         Txt = "&"
  6233.         Hint = " default delay is 10 sec.  "
  6234.       }
  6235.     }
  6236.     path_corner:form =
  6237.     {
  6238.       help ="NOTE Use path_corner_cast for character path's"
  6239.       bbox ='-8 -8 -8 8 8 8'
  6240.       Pathtarget: =
  6241.       {
  6242.         Txt = "&"
  6243.         Hint = " gets used when an entity that has this path_corner targeted touches it"
  6244.       }
  6245.       Target: =
  6246.       {
  6247.         Txt = "&"
  6248.         Hint = " next path corner"
  6249.       }
  6250.       spawnflags: =
  6251.       {
  6252.         Typ = "X1"
  6253.         Txt = "&"
  6254.         Cap=  "TELEPORT"
  6255.       }
  6256.       accel: =
  6257.       {
  6258.         Txt = "&"
  6259.         Hint = ""
  6260.       }
  6261.       decel: =
  6262.       {
  6263.         Txt = "&"
  6264.         Hint = ""
  6265.       }
  6266.       duration: =
  6267.       {
  6268.         Txt = "&"
  6269.         Hint = ""
  6270.       }
  6271.       pathtarget: =
  6272.       {
  6273.         Txt = "&"
  6274.         Hint = ""
  6275.       }
  6276.       rotate: =
  6277.       {
  6278.         Txt = "&"
  6279.         Hint = ""
  6280.       }
  6281.       speed: =
  6282.       {
  6283.         Txt = "&"
  6284.         Hint = ""
  6285.       }
  6286.       target: =
  6287.       {
  6288.         Txt = "&"
  6289.         Hint = ""
  6290.       }
  6291.       targetname: =
  6292.       {
  6293.         Txt = "&"
  6294.         Hint = ""
  6295.       }
  6296.       wait: =
  6297.       {
  6298.         Txt = "&"
  6299.         Hint = ""
  6300.       }
  6301.     }
  6302.     path_corner_cast:form =
  6303.     {
  6304.       help =""
  6305.       bbox ='-16 -16 -24 16 16 42'
  6306.       Combattarget: =
  6307.       {
  6308.         Txt = "&"
  6309.         Hint = " when the cast reaches this marker, they'll take on this combattarget"
  6310.       }
  6311.       Pathtarget: =
  6312.       {
  6313.         Txt = "&"
  6314.         Hint = " gets used when an entity that has this path_corner targeted touches it Could be used to trigger a button, or a character"
  6315.       }
  6316.       Scriptname: =
  6317.       {
  6318.         Txt = "&"
  6319.         Hint = " hard-coded script to call when reaching this marker"
  6320.       }
  6321.       Target: =
  6322.       {
  6323.         Txt = "&"
  6324.         Hint = "  next path corner"
  6325.       }
  6326.       spawnflags: =
  6327.       {
  6328.         Typ = "X1"
  6329.         Txt = "&"
  6330.         Cap=  "TELEPORT"
  6331.       }
  6332.       art_skins: =
  6333.       {
  6334.         Txt = "&"
  6335.         Hint = ""
  6336.       }
  6337.       cast_group: =
  6338.       {
  6339.         Txt = "&"
  6340.         Hint = ""
  6341.       }
  6342.       currentcash: =
  6343.       {
  6344.         Txt = "&"
  6345.         Hint = ""
  6346.       }
  6347.       health: =
  6348.       {
  6349.         Txt = "&"
  6350.         Hint = ""
  6351.       }
  6352.       moral: =
  6353.       {
  6354.         Txt = "&"
  6355.         Hint = ""
  6356.         Typ = "C"
  6357.         Items = "4"
  6358.         values = "4"
  6359.       }
  6360.       name: =
  6361.       {
  6362.         Txt = "&"
  6363.         Hint = ""
  6364.       }
  6365.       pathtarget: =
  6366.       {
  6367.         Txt = "&"
  6368.         Hint = ""
  6369.       }
  6370.       scriptname: =
  6371.       {
  6372.         Txt = "&"
  6373.         Hint = ""
  6374.       }
  6375.       target: =
  6376.       {
  6377.         Txt = "&"
  6378.         Hint = ""
  6379.       }
  6380.       targetname: =
  6381.       {
  6382.         Txt = "&"
  6383.         Hint = ""
  6384.       }
  6385.       wait: =
  6386.       {
  6387.         Txt = "&"
  6388.         Hint = ""
  6389.       }
  6390.     }
  6391.     pawn_o_matic:form =
  6392.     {
  6393.       help =""
  6394.       bbox ='-16 -64 -32 16 64 32'
  6395.       angle: =
  6396.       {
  6397.         Txt = "&"
  6398.         Hint = ""
  6399.       }
  6400.       count: =
  6401.       {
  6402.         Txt = "&"
  6403.         Hint = ""
  6404.       }
  6405.     }
  6406.     pistol_mod_damage:form =
  6407.     {
  6408.       help =""
  6409.       bbox ='-16 -16 -16 16 16 16'
  6410.     }
  6411.     pistol_mod_reload:form =
  6412.     {
  6413.       help =""
  6414.       bbox ='-16 -16 -16 16 16 16'
  6415.       angle: =
  6416.       {
  6417.         Txt = "&"
  6418.         Hint = ""
  6419.       }
  6420.     }
  6421.     pistol_mod_rof:form =
  6422.     {
  6423.       help =""
  6424.       bbox ='-16 -16 -16 16 16 16'
  6425.       angle: =
  6426.       {
  6427.         Txt = "&"
  6428.         Hint = ""
  6429.       }
  6430.     }
  6431.     props2_air_train:form =
  6432.     {
  6433.       help ="An an train that animates when trigger  "
  6434.       bbox ='-65 -259 -129 65 255 139'
  6435.       model: =
  6436.       {
  6437.         Txt = "&"
  6438.         Hint = "The model"
  6439.         Typ = "C"
  6440.         Items = "models\props\air_train\beam.mdx"$0D"models\props\air_train\bottom.mdx"$0D"models\props\air_train\frontfront.mdx"$0D"models\props\air_train\frontside.mdx"$0D"models\props\air_train\middle.mdx"$0D"models\props\air_train\middle2.mdx"$0D"models\props\air_train\propeler.mdx"$0D"models\props\air_train\top.mdx"
  6441.         values = "models\props\air_train\beam.mdx"$0D"models\props\air_train\bottom.mdx"$0D"models\props\air_train\frontfront.mdx"$0D"models\props\air_train\frontside.mdx"$0D"models\props\air_train\middle.mdx"$0D"models\props\air_train\middle2.mdx"$0D"models\props\air_train\propeler.mdx"$0D"models\props\air_train\top.mdx"
  6442.       }
  6443.     }
  6444.     props2_ashtray:form =
  6445.     {
  6446.       help ="An ashtray"
  6447.       bbox ='-12 -18 -4 12 18 4'
  6448.       angle: =
  6449.       {
  6450.         Txt = "&"
  6451.         Hint = ""
  6452.       }
  6453.       model: =
  6454.       {
  6455.         Txt = "&"
  6456.         Hint = "The model"
  6457.         Typ = "C"
  6458.         Items = "models\props\ashtray_set\tris.md2"
  6459.         values = "models\props\ashtray_set\tris.md2"
  6460.       }
  6461.     }
  6462.     props2_barrels_PV_A:form =
  6463.     {
  6464.       help ="A set of barrels that you can trigger to fall  "
  6465.       bbox ='-90 -32 -48 90 32 48'
  6466.       angle: =
  6467.       {
  6468.         Txt = "&"
  6469.         Hint = ""
  6470.       }
  6471.       model: =
  6472.       {
  6473.         Txt = "&"
  6474.         Hint = "The model"
  6475.         Typ = "C"
  6476.         Items = "models\props\pv_barl1\barrel_v2.mdx"$0D"models\props\pv_barl1\barrel_v4.mdx"$0D"models\props\pv_barl1\barrel_v4last.mdx"$0D"models\props\pv_barl1\top_barrel_v2.mdx"$0D"models\props\pv_barl1\top_barrel_v4.mdx"
  6477.         values = "models\props\pv_barl1\barrel_v2.mdx"$0D"models\props\pv_barl1\barrel_v4.mdx"$0D"models\props\pv_barl1\barrel_v4last.mdx"$0D"models\props\pv_barl1\top_barrel_v2.mdx"$0D"models\props\pv_barl1\top_barrel_v4.mdx"
  6478.       }
  6479.       targetname: =
  6480.       {
  6481.         Txt = "&"
  6482.         Hint = ""
  6483.       }
  6484.     }
  6485.     props2_barrels_PV_B:form =
  6486.     {
  6487.       help ="A set of barrels that you can trigger to fall  "
  6488.       bbox ='-17 -77 -49 17 77 49'
  6489.       angle: =
  6490.       {
  6491.         Txt = "&"
  6492.         Hint = ""
  6493.       }
  6494.       model: =
  6495.       {
  6496.         Txt = "&"
  6497.         Hint = "The model"
  6498.         Typ = "C"
  6499.         Items = "models\props\pv_barl7\barrel_v2.mdx"$0D"models\props\pv_barl7\barrel_v4.mdx"$0D"models\props\pv_barl7\top_barrel_v2.mdx"$0D"models\props\pv_barl7\top_barrel_v4.mdx"
  6500.         values = "models\props\pv_barl7\barrel_v2.mdx"$0D"models\props\pv_barl7\barrel_v4.mdx"$0D"models\props\pv_barl7\top_barrel_v2.mdx"$0D"models\props\pv_barl7\top_barrel_v4.mdx"
  6501.       }
  6502.       targetname: =
  6503.       {
  6504.         Txt = "&"
  6505.         Hint = ""
  6506.       }
  6507.     }
  6508.     props2_barrels_PV_C:form =
  6509.     {
  6510.       help ="A set of barrels that you can trigger to fall  "
  6511.       bbox ='-68 -50 -48 68 50 48'
  6512.       angle: =
  6513.       {
  6514.         Txt = "&"
  6515.         Hint = ""
  6516.       }
  6517.       model: =
  6518.       {
  6519.         Txt = "&"
  6520.         Hint = "The model"
  6521.         Typ = "C"
  6522.         Items = "models\props\pv_barl3\barrel_v2.mdx"$0D"models\props\pv_barl3\barrel_v4.mdx"$0D"models\props\pv_barl3\top_barrel_v2.mdx"$0D"models\props\pv_barl3\top_barrel_v4.mdx"
  6523.         values = "models\props\pv_barl3\barrel_v2.mdx"$0D"models\props\pv_barl3\barrel_v4.mdx"$0D"models\props\pv_barl3\top_barrel_v2.mdx"$0D"models\props\pv_barl3\top_barrel_v4.mdx"
  6524.       }
  6525.       targetname: =
  6526.       {
  6527.         Txt = "&"
  6528.         Hint = ""
  6529.       }
  6530.     }
  6531.     props2_barrels_PV_D:form =
  6532.     {
  6533.       help ="A set of barrels that you can trigger to fall  "
  6534.       bbox ='-20 -52 -48 20 52 48'
  6535.       angle: =
  6536.       {
  6537.         Txt = "&"
  6538.         Hint = ""
  6539.       }
  6540.       model: =
  6541.       {
  6542.         Txt = "&"
  6543.         Hint = "The model"
  6544.         Typ = "C"
  6545.         Items = "models\props\pv_barl4\barrel_v2.mdx"$0D"models\props\pv_barl4\barrel_v4.mdx"$0D"models\props\pv_barl4\top_barrel_v2.mdx"$0D"models\props\pv_barl4\top_barrel_v4.mdx"
  6546.         values = "models\props\pv_barl4\barrel_v2.mdx"$0D"models\props\pv_barl4\barrel_v4.mdx"$0D"models\props\pv_barl4\top_barrel_v2.mdx"$0D"models\props\pv_barl4\top_barrel_v4.mdx"
  6547.       }
  6548.       targetname: =
  6549.       {
  6550.         Txt = "&"
  6551.         Hint = ""
  6552.       }
  6553.     }
  6554.     props2_barrels_PV_E:form =
  6555.     {
  6556.       help ="A set of barrels that you can trigger to fall  "
  6557.       bbox ='-24 -64 -48 24 64 48'
  6558.       angle: =
  6559.       {
  6560.         Txt = "&"
  6561.         Hint = ""
  6562.       }
  6563.       model: =
  6564.       {
  6565.         Txt = "&"
  6566.         Hint = "The model"
  6567.         Typ = "C"
  6568.         Items = "models\props\pv_barl5\barrel_v2.mdx"$0D"models\props\pv_barl5\barrel_v4.mdx"$0D"models\props\pv_barl5\top_barrel_v2.mdx"$0D"models\props\pv_barl5\top_barrel_v4.mdx"
  6569.         values = "models\props\pv_barl5\barrel_v2.mdx"$0D"models\props\pv_barl5\barrel_v4.mdx"$0D"models\props\pv_barl5\top_barrel_v2.mdx"$0D"models\props\pv_barl5\top_barrel_v4.mdx"
  6570.       }
  6571.       targetname: =
  6572.       {
  6573.         Txt = "&"
  6574.         Hint = ""
  6575.       }
  6576.     }
  6577.     props2_barrels_PV_F:form =
  6578.     {
  6579.       help ="A set of barrels that you can trigger to fall  "
  6580.       bbox ='-20 -32 -24 20 32 24'
  6581.       model: =
  6582.       {
  6583.         Txt = "&"
  6584.         Hint = "The model"
  6585.         Typ = "C"
  6586.         Items = "models\props\pv_barl6\barrel_v2.mdx"$0D"models\props\pv_barl6\top_barrel_v2.mdx"
  6587.         values = "models\props\pv_barl6\barrel_v2.mdx"$0D"models\props\pv_barl6\top_barrel_v2.mdx"
  6588.       }
  6589.     }
  6590.     props2_barrels_fallA:form =
  6591.     {
  6592.       help ="A set of barrels that you can trigger to fall  "
  6593.       bbox ='-69 -33 -49 69 33 49'
  6594.       angle: =
  6595.       {
  6596.         Txt = "&"
  6597.         Hint = ""
  6598.       }
  6599.       model: =
  6600.       {
  6601.         Txt = "&"
  6602.         Hint = "The model"
  6603.         Typ = "C"
  6604.         Items = "models\props\barl1\barrels.mdx"$0D"models\props\barl1\tops.mdx"
  6605.         values = "models\props\barl1\barrels.mdx"$0D"models\props\barl1\tops.mdx"
  6606.       }
  6607.       targetname: =
  6608.       {
  6609.         Txt = "&"
  6610.         Hint = ""
  6611.       }
  6612.     }
  6613.     props2_barrels_fallB:form =
  6614.     {
  6615.       help ="Another set of barrels that  you can trigger to fall  "
  6616.       bbox ='-33 -81 -49 33 81 49'
  6617.       angle: =
  6618.       {
  6619.         Txt = "&"
  6620.         Hint = ""
  6621.       }
  6622.       model: =
  6623.       {
  6624.         Txt = "&"
  6625.         Hint = "The model"
  6626.         Typ = "C"
  6627.         Items = "models\props\barl2\barrels2.mdx"$0D"models\props\barl2\tops2.mdx"
  6628.         values = "models\props\barl2\barrels2.mdx"$0D"models\props\barl2\tops2.mdx"
  6629.       }
  6630.       targetname: =
  6631.       {
  6632.         Txt = "&"
  6633.         Hint = ""
  6634.       }
  6635.     }
  6636.     props2_barrels_fall_ST:form =
  6637.     {
  6638.       help ="A set of barrels that you can trigger to fall  "
  6639.       bbox ='-89 -48 -56 89 48 56'
  6640.       angle: =
  6641.       {
  6642.         Txt = "&"
  6643.         Hint = ""
  6644.       }
  6645.       model: =
  6646.       {
  6647.         Txt = "&"
  6648.         Hint = "The model"
  6649.         Typ = "C"
  6650.         Items = "models\props\barl_steel\barrels.mdx"$0D"models\props\barl_steel\door.mdx"$0D"models\props\barl_steel\tops.mdx"
  6651.         values = "models\props\barl_steel\barrels.mdx"$0D"models\props\barl_steel\door.mdx"$0D"models\props\barl_steel\tops.mdx"
  6652.       }
  6653.       targetname: =
  6654.       {
  6655.         Txt = "&"
  6656.         Hint = ""
  6657.       }
  6658.     }
  6659.     props2_boat:form =
  6660.     {
  6661.       help ="A boat  The bounding box can be rotated in angles of 90 deg and block properly"
  6662.       bbox ='-80 -160 -38 80 160 38'
  6663.       model: =
  6664.       {
  6665.         Txt = "&"
  6666.         Hint = "The model"
  6667.         Typ = "C"
  6668.         Items = "models\props\boat\boat.mdx"$0D"models\props\boat\glass.mdx"
  6669.         values = "models\props\boat\boat.mdx"$0D"models\props\boat\glass.mdx"
  6670.       }
  6671.     }
  6672.     props2_boat_animate:form =
  6673.     {
  6674.       help ="An animated boat"
  6675.       bbox ='-80 -160 -38 80 160 38'
  6676.       angle: =
  6677.       {
  6678.         Txt = "&"
  6679.         Hint = ""
  6680.       }
  6681.       model: =
  6682.       {
  6683.         Txt = "&"
  6684.         Hint = "The model"
  6685.         Typ = "C"
  6686.         Items = "models\props\boata\boat.mdx"
  6687.         values = "models\props\boata\boat.mdx"
  6688.       }
  6689.     }
  6690.     props2_boatphone:form =
  6691.     {
  6692.       help ="A boat phone"
  6693.       bbox ='-5 -9 -12 5 9 12'
  6694.       model: =
  6695.       {
  6696.         Txt = "&"
  6697.         Hint = "The model"
  6698.         Typ = "C"
  6699.         Items = "models\props\boatphone\tris.md2"
  6700.         values = "models\props\boatphone\tris.md2"
  6701.       }
  6702.     }
  6703.     props2_buoy:form =
  6704.     {
  6705.       help ="A buoy"
  6706.       bbox ='-41 -41 -75 41 41 75'
  6707.       model: =
  6708.       {
  6709.         Txt = "&"
  6710.         Hint = "The model"
  6711.         Typ = "C"
  6712.         Items = "models\props\buoy\buoy.mdx"
  6713.         values = "models\props\buoy\buoy.mdx"
  6714.       }
  6715.     }
  6716.     props2_buoy_animate:form =
  6717.     {
  6718.       help ="An animated buoy"
  6719.       bbox ='-41 -41 -75 41 41 75'
  6720.       model: =
  6721.       {
  6722.         Txt = "&"
  6723.         Hint = "The model"
  6724.         Typ = "C"
  6725.         Items = "models\props\buoya\buoy.mdx"
  6726.         values = "models\props\buoya\buoy.mdx"
  6727.       }
  6728.       option: =
  6729.       {
  6730.         Txt = "&"
  6731.         Hint = ""
  6732.       }
  6733.     }
  6734.     props2_buoy_side:form =
  6735.     {
  6736.       help =""
  6737.       bbox ='-81 -55 -64 81 55 64'
  6738.       A: =
  6739.       {
  6740.         Txt = "&"
  6741.         Hint = " on it's side"
  6742.       }
  6743.       angle: =
  6744.       {
  6745.         Txt = "&"
  6746.         Hint = ""
  6747.       }
  6748.       model: =
  6749.       {
  6750.         Txt = "&"
  6751.         Hint = "The model"
  6752.         Typ = "C"
  6753.         Items = "models\props\buoyside\buoy.mdx"
  6754.         values = "models\props\buoyside\buoy.mdx"
  6755.       }
  6756.       option: =
  6757.       {
  6758.         Txt = "&"
  6759.         Hint = ""
  6760.       }
  6761.     }
  6762.     props2_car_animate:form =
  6763.     {
  6764.       help ="A car and actors that animate when trigered  "
  6765.       bbox ='-16 -16 -16 16 16 16'
  6766.       angle: =
  6767.       {
  6768.         Txt = "&"
  6769.         Hint = ""
  6770.       }
  6771.       model: =
  6772.       {
  6773.         Txt = "&"
  6774.         Hint = "The model"
  6775.         Typ = "C"
  6776.         Items = "models\props\cars\body_boss.mdx"$0D"models\props\cars\body_chick.mdx"$0D"models\props\cars\car.mdx"$0D"models\props\cars\head_boss.mdx"$0D"models\props\cars\head_chick.mdx"$0D"models\props\cars\legs_boss.mdx"$0D"models\props\cars\legs_chick.mdx"
  6777.         values = "models\props\cars\body_boss.mdx"$0D"models\props\cars\body_chick.mdx"$0D"models\props\cars\car.mdx"$0D"models\props\cars\head_boss.mdx"$0D"models\props\cars\head_chick.mdx"$0D"models\props\cars\legs_boss.mdx"$0D"models\props\cars\legs_chick.mdx"
  6778.       }
  6779.       targetname: =
  6780.       {
  6781.         Txt = "&"
  6782.         Hint = ""
  6783.       }
  6784.     }
  6785.     props2_car_topdown:form =
  6786.     {
  6787.       help ="A car with top downThe bounding box can be rotated in angles of 90 deg and block properly"
  6788.       bbox ='-50 -102 -33 50 102 33'
  6789.       model: =
  6790.       {
  6791.         Txt = "&"
  6792.         Hint = "The model"
  6793.         Typ = "C"
  6794.         Items = "models\props\car\car_td.md2"
  6795.         values = "models\props\car\car_td.md2"
  6796.       }
  6797.     }
  6798.     props2_car_topup:form =
  6799.     {
  6800.       help ="A car with top upThe bounding box can be rotated in angles of 90 deg and block properly"
  6801.       bbox ='-50 -102 -35 50 102 35'
  6802.       angle: =
  6803.       {
  6804.         Txt = "&"
  6805.         Hint = ""
  6806.       }
  6807.       model: =
  6808.       {
  6809.         Txt = "&"
  6810.         Hint = "The model"
  6811.         Typ = "C"
  6812.         Items = "models\props\car\car_up.md2"
  6813.         values = "models\props\car\car_up.md2"
  6814.       }
  6815.     }
  6816.     props2_chair_conf:form =
  6817.     {
  6818.       help ="An pushable chair"
  6819.       bbox ='-24 -24 -32 24 24 32'
  6820.       angle: =
  6821.       {
  6822.         Txt = "&"
  6823.         Hint = ""
  6824.       }
  6825.       model: =
  6826.       {
  6827.         Txt = "&"
  6828.         Hint = "The model"
  6829.         Typ = "C"
  6830.         Items = "models\props\confchair\"
  6831.         values = "models\props\confchair\"
  6832.       }
  6833.     }
  6834.     props2_chair_push:form =
  6835.     {
  6836.       help ="A pushable chair"
  6837.       bbox ='-16 -16 -26 16 16 26'
  6838.       angle: =
  6839.       {
  6840.         Txt = "&"
  6841.         Hint = ""
  6842.       }
  6843.       health: =
  6844.       {
  6845.         Txt = "&"
  6846.         Hint = " - default 25"
  6847.       }
  6848.       model: =
  6849.       {
  6850.         Txt = "&"
  6851.         Hint = "The model"
  6852.         Typ = "C"
  6853.         Items = "models\props\chair\chair.mdx"
  6854.         values = "models\props\chair\chair.mdx"
  6855.       }
  6856.       option: =
  6857.       {
  6858.         Txt = "&"
  6859.         Hint = ""
  6860.       }
  6861.       skin: =
  6862.       {
  6863.         Txt = "&"
  6864.         Hint = "The skin"
  6865.       }
  6866.     }
  6867.     props2_clothesline:form =
  6868.     {
  6869.       help ="A clothes line"
  6870.       bbox ='-4 -85 -25 4 85 25'
  6871.       spawnflags: =
  6872.       {
  6873.         Typ = "X1"
  6874.         Txt = "&"
  6875.         Cap=  "DONOTMOVE"
  6876.       }
  6877.       angle: =
  6878.       {
  6879.         Txt = "&"
  6880.         Hint = ""
  6881.       }
  6882.       model: =
  6883.       {
  6884.         Txt = "&"
  6885.         Hint = "The model"
  6886.         Typ = "C"
  6887.         Items = "models\props\clothes\"
  6888.         values = "models\props\clothes\"
  6889.       }
  6890.     }
  6891.     props2_clubchair:form =
  6892.     {
  6893.       help ="A pushable chair"
  6894.       bbox ='-32 -32 -24 32 32 24'
  6895.       model: =
  6896.       {
  6897.         Txt = "&"
  6898.         Hint = "The model"
  6899.         Typ = "C"
  6900.         Items = "models\props\clubchair\"
  6901.         values = "models\props\clubchair\"
  6902.       }
  6903.     }
  6904.     props2_clubcouch:form =
  6905.     {
  6906.       help ="A couchThe bounding box can be rotated in angles of 90 deg and block properly"
  6907.       bbox ='-32 -64 -24 32 64 24'
  6908.       model: =
  6909.       {
  6910.         Txt = "&"
  6911.         Hint = "The model"
  6912.         Typ = "C"
  6913.         Items = "models\props\clubcouch\"
  6914.         values = "models\props\clubcouch\"
  6915.       }
  6916.     }
  6917.     props2_deadgal_headless:form =
  6918.     {
  6919.       help ="A female dead body you can shoot that has no headThe bounding box can be rotated in angles of 90 deg and block properly"
  6920.       bbox ='-32 -26 -7 32 26 7'
  6921.       angle: =
  6922.       {
  6923.         Txt = "&"
  6924.         Hint = ""
  6925.       }
  6926.       health: =
  6927.       {
  6928.         Txt = "&"
  6929.         Hint = " pre-gib hit points for the dead body (50 default)"
  6930.       }
  6931.       model: =
  6932.       {
  6933.         Txt = "&"
  6934.         Hint = "The model"
  6935.         Typ = "C"
  6936.         Items = "models\props\dead_fem\body.mdx"$0D"models\props\dead_fem\legs.mdx"
  6937.         values = "models\props\dead_fem\body.mdx"$0D"models\props\dead_fem\legs.mdx"
  6938.       }
  6939.     }
  6940.     props2_deadguy:form =
  6941.     {
  6942.       help ="An dead guy body you can shootThe bounding box can be rotated in angles of 90 deg and block properly"
  6943.       bbox ='-40 -27 -9 40 27 9'
  6944.       angle: =
  6945.       {
  6946.         Txt = "&"
  6947.         Hint = ""
  6948.       }
  6949.       health: =
  6950.       {
  6951.         Txt = "&"
  6952.         Hint = " pre-gib hit points for the dead body (50 default)"
  6953.       }
  6954.       model: =
  6955.       {
  6956.         Txt = "&"
  6957.         Hint = "The model"
  6958.         Typ = "C"
  6959.         Items = "models\props\deadguy\body.mdx"$0D"models\props\deadguy\head.mdx"$0D"models\props\deadguy\legs.mdx"
  6960.         values = "models\props\deadguy\body.mdx"$0D"models\props\deadguy\head.mdx"$0D"models\props\deadguy\legs.mdx"
  6961.       }
  6962.     }
  6963.     props2_deadguy_underwater:form =
  6964.     {
  6965.       help ="An underwater dead guy in cement body you can shootThe bounding box can be rotated in angles of 90 deg and block properly"
  6966.       bbox ='-17 -50 0 13 30 88'
  6967.       health: =
  6968.       {
  6969.         Txt = "&"
  6970.         Hint = " pre-gib hit points for the dead body (50 default)"
  6971.       }
  6972.       item: =
  6973.       {
  6974.         Txt = "&"
  6975.         Hint = ""
  6976.       }
  6977.       lightit: =
  6978.       {
  6979.         Txt = "&"
  6980.         Hint = ""
  6981.       }
  6982.       model: =
  6983.       {
  6984.         Txt = "&"
  6985.         Hint = "The model"
  6986.         Typ = "C"
  6987.         Items = "models\props\cementguy\body.mdx"$0D"models\props\cementguy\head.mdx"$0D"models\props\cementguy\legs.mdx"
  6988.         values = "models\props\cementguy\body.mdx"$0D"models\props\cementguy\head.mdx"$0D"models\props\cementguy\legs.mdx"
  6989.       }
  6990.     }
  6991.     props2_fish:form =
  6992.     {
  6993.       help ="A fish"
  6994.       bbox ='-12 -12 0 12 12 10'
  6995.       dmg: =
  6996.       {
  6997.         Txt = "&"
  6998.         Hint = " fish bite damage (2 default)"
  6999.       }
  7000.       health: =
  7001.       {
  7002.         Txt = "&"
  7003.         Hint = " heath of the fish (10 default)"
  7004.       }
  7005.     }
  7006.     props2_fish_spawner:form =
  7007.     {
  7008.       help ="Base fish spawner"
  7009.       bbox ='-16 -16 -16 16 16 16'
  7010.       deadticks: =
  7011.       {
  7012.         Txt = "&"
  7013.         Hint = " total number of fishs in level from spawner at a time (default 5)"
  7014.       }
  7015.       dmg: =
  7016.       {
  7017.         Txt = "&"
  7018.         Hint = " fish bite damage (2 default)"
  7019.       }
  7020.       health: =
  7021.       {
  7022.         Txt = "&"
  7023.         Hint = " heath of the fish (10 default)"
  7024.       }
  7025.       props2_fish_spawner_node: =
  7026.       {
  7027.         Txt = "&"
  7028.         Hint = " possible spawn point"
  7029.       }
  7030.       target: =
  7031.       {
  7032.         Txt = "&"
  7033.         Hint = " ID string for spawner "
  7034.       }
  7035.     }
  7036.     props2_fish_spawner_node:form =
  7037.     {
  7038.       help =" Possible fish spawn point from props2_fish_spawner"
  7039.       bbox ='-16 -16 -16 16 16 16'
  7040.       targetname: =
  7041.       {
  7042.         Txt = "&"
  7043.         Hint = " ID string for spawner     "
  7044.       }
  7045.     }
  7046.     props2_fish_trigger:form =
  7047.     {
  7048.       help ="A fish that is spawned when triggered"
  7049.       bbox ='-12 -12 0 12 12 10'
  7050.       dmg: =
  7051.       {
  7052.         Txt = "&"
  7053.         Hint = " fish bite damage (2 default)"
  7054.       }
  7055.       health: =
  7056.       {
  7057.         Txt = "&"
  7058.         Hint = " heath of the fish (10 default)"
  7059.       }
  7060.       targetname: =
  7061.       {
  7062.         Txt = "&"
  7063.         Hint = " target ID"
  7064.       }
  7065.     }
  7066.     props2_flag:form =
  7067.     {
  7068.       help ="A flagThe bounding box can be rotated in angles of 90 deg and block properly"
  7069.       bbox ='-47 -6 -100 47 6 100'
  7070.       spawnflags: =
  7071.       {
  7072.         Typ = "X1"
  7073.         Txt = "&"
  7074.         Cap=  "FLAG1"
  7075.       }
  7076.       spawnflags: =
  7077.       {
  7078.         Typ = "X2"
  7079.         Txt = "&"
  7080.         Cap=  "FLAG2"
  7081.       }
  7082.       spawnflags: =
  7083.       {
  7084.         Typ = "X4"
  7085.         Txt = "&"
  7086.         Cap=  "FLAG3"
  7087.       }
  7088.       angle: =
  7089.       {
  7090.         Txt = "&"
  7091.         Hint = ""
  7092.       }
  7093.       lightit: =
  7094.       {
  7095.         Txt = "&"
  7096.         Hint = ""
  7097.       }
  7098.       model: =
  7099.       {
  7100.         Txt = "&"
  7101.         Hint = "The model"
  7102.         Typ = "C"
  7103.         Items = "models\props\flag\flag1.md2"
  7104.         values = "models\props\flag\flag1.md2"
  7105.       }
  7106.     }
  7107.     props2_gargoyle:form =
  7108.     {
  7109.       help ="A gargoyle"
  7110.       bbox ='-47 -22 -50 47 22 50'
  7111.       angle: =
  7112.       {
  7113.         Txt = "&"
  7114.         Hint = ""
  7115.       }
  7116.       lightit: =
  7117.       {
  7118.         Txt = "&"
  7119.         Hint = ""
  7120.       }
  7121.       model: =
  7122.       {
  7123.         Txt = "&"
  7124.         Hint = "The model"
  7125.         Typ = "C"
  7126.         Items = "models\props\gargoyle\"
  7127.         values = "models\props\gargoyle\"
  7128.       }
  7129.     }
  7130.     props2_helicopter_animate:form =
  7131.     {
  7132.       help ="A helicopter and actor that animate when trigered  "
  7133.       bbox ='-16 -16 -16 16 16 16'
  7134.       angle: =
  7135.       {
  7136.         Txt = "&"
  7137.         Hint = ""
  7138.       }
  7139.       model: =
  7140.       {
  7141.         Txt = "&"
  7142.         Hint = "The model"
  7143.         Typ = "C"
  7144.         Items = "models\props\helicopter\body.mdx"$0D"models\props\helicopter\foot.mdx"$0D"models\props\helicopter\head.mdx"$0D"models\props\helicopter\helicopter.mdx"$0D"models\props\helicopter\legs.mdx"$0D"models\props\helicopter\rotor.mdx"
  7145.         values = "models\props\helicopter\body.mdx"$0D"models\props\helicopter\foot.mdx"$0D"models\props\helicopter\head.mdx"$0D"models\props\helicopter\helicopter.mdx"$0D"models\props\helicopter\legs.mdx"$0D"models\props\helicopter\rotor.mdx"
  7146.       }
  7147.       targetname: =
  7148.       {
  7149.         Txt = "&"
  7150.         Hint = ""
  7151.       }
  7152.     }
  7153.     props2_lighthouse_beam:form =
  7154.     {
  7155.       help ="A light house light beam that rotates"
  7156.       bbox ='-16 -16 -88 16 16 -40'
  7157.       -482: =
  7158.       {
  7159.         Txt = "&"
  7160.         Hint = " -88, -85 25 -40"
  7161.       }
  7162.       model: =
  7163.       {
  7164.         Txt = "&"
  7165.         Hint = "The model"
  7166.         Typ = "C"
  7167.         Items = "models\props\litecone\litecone.mdx"
  7168.         values = "models\props\litecone\litecone.mdx"
  7169.       }
  7170.       option: =
  7171.       {
  7172.         Txt = "&"
  7173.         Hint = ""
  7174.       }
  7175.       reactdelay: =
  7176.       {
  7177.         Txt = "&"
  7178.         Hint = " light distance from center (default 40)"
  7179.       }
  7180.     }
  7181.     props2_lunch:form =
  7182.     {
  7183.       help ="A lunch"
  7184.       bbox ='-10 -7 -5 10 7 5'
  7185.       angle: =
  7186.       {
  7187.         Txt = "&"
  7188.         Hint = ""
  7189.       }
  7190.       model: =
  7191.       {
  7192.         Txt = "&"
  7193.         Hint = "The model"
  7194.         Typ = "C"
  7195.         Items = "models\props\lunch_set\tris.md2"
  7196.         values = "models\props\lunch_set\tris.md2"
  7197.       }
  7198.       option: =
  7199.       {
  7200.         Txt = "&"
  7201.         Hint = ""
  7202.       }
  7203.     }
  7204.     props2_pinball_machine:form =
  7205.     {
  7206.       help ="A pinball machine  The bounding box can be rotated in angles of 90 deg and block properly"
  7207.       bbox ='-42 -18 -38 42 18 38'
  7208.       spawnflags: =
  7209.       {
  7210.         Typ = "X1"
  7211.         Txt = "&"
  7212.         Cap=  "PINNUM1"
  7213.       }
  7214.       spawnflags: =
  7215.       {
  7216.         Typ = "X2"
  7217.         Txt = "&"
  7218.         Cap=  "PINNUM2"
  7219.       }
  7220.       spawnflags: =
  7221.       {
  7222.         Typ = "X4"
  7223.         Txt = "&"
  7224.         Cap=  "PINNUM3"
  7225.       }
  7226.       angle: =
  7227.       {
  7228.         Txt = "&"
  7229.         Hint = ""
  7230.       }
  7231.       lightit: =
  7232.       {
  7233.         Txt = "&"
  7234.         Hint = ""
  7235.       }
  7236.       model: =
  7237.       {
  7238.         Txt = "&"
  7239.         Hint = "The model"
  7240.         Typ = "C"
  7241.         Items = "models\props\pinball\ball.mdx"$0D"models\props\pinball\glass.mdx"$0D"models\props\pinball\pinball_m.mdx"
  7242.         values = "models\props\pinball\ball.mdx"$0D"models\props\pinball\glass.mdx"$0D"models\props\pinball\pinball_m.mdx"
  7243.       }
  7244.       targetname: =
  7245.       {
  7246.         Txt = "&"
  7247.         Hint = ""
  7248.       }
  7249.     }
  7250.     props2_plant_SM:form =
  7251.     {
  7252.       help ="A plant"
  7253.       bbox ='-12 -9 -20 12 9 20'
  7254.       model: =
  7255.       {
  7256.         Txt = "&"
  7257.         Hint = "The model"
  7258.         Typ = "C"
  7259.         Items = "models\props\plants\plant_sm.md2"
  7260.         values = "models\props\plants\plant_sm.md2"
  7261.       }
  7262.     }
  7263.     props2_plant_XL:form =
  7264.     {
  7265.       help ="A plant"
  7266.       bbox ='-50 -46 -53 50 46 53'
  7267.       angle: =
  7268.       {
  7269.         Txt = "&"
  7270.         Hint = ""
  7271.       }
  7272.       model: =
  7273.       {
  7274.         Txt = "&"
  7275.         Hint = "The model"
  7276.         Typ = "C"
  7277.         Items = "models\props\plants\plant_xl.md2"
  7278.         values = "models\props\plants\plant_xl.md2"
  7279.       }
  7280.       option: =
  7281.       {
  7282.         Txt = "&"
  7283.         Hint = ""
  7284.       }
  7285.     }
  7286.     props2_plant_bush:form =
  7287.     {
  7288.       help ="A bush like plant"
  7289.       bbox ='-9 -11 -32 9 11 32'
  7290.       model: =
  7291.       {
  7292.         Txt = "&"
  7293.         Hint = "The model"
  7294.         Typ = "C"
  7295.         Items = "models\props\bush\tris.md2"
  7296.         values = "models\props\bush\tris.md2"
  7297.       }
  7298.     }
  7299.     props2_plant_fern:form =
  7300.     {
  7301.       help ="A fern plant"
  7302.       bbox ='-50 -46 -40 50 46 40'
  7303.       angle: =
  7304.       {
  7305.         Txt = "&"
  7306.         Hint = ""
  7307.       }
  7308.       model: =
  7309.       {
  7310.         Txt = "&"
  7311.         Hint = "The model"
  7312.         Typ = "C"
  7313.         Items = "models\props\fern\tris.md2"
  7314.         values = "models\props\fern\tris.md2"
  7315.       }
  7316.     }
  7317.     props2_shelf_metal_A_fall:form =
  7318.     {
  7319.       help ="A falling metal shelfThe bounding box can be rotated in angles of 90 deg and block properly"
  7320.       bbox ='-60 -20 -56 60 20 66'
  7321.       model: =
  7322.       {
  7323.         Txt = "&"
  7324.         Hint = "The model"
  7325.         Typ = "C"
  7326.         Items = "models/props/shelfmetal1/barreltops.mdx"$0D"models/props/shelfmetal1/tanktops.mdx"$0D"models\props\shelfmetal1\shelf1.mdx"$0D"models\props\shelfmetal1\shelf2.mdx"
  7327.         values = "models/props/shelfmetal1/barreltops.mdx"$0D"models/props/shelfmetal1/tanktops.mdx"$0D"models\props\shelfmetal1\shelf1.mdx"$0D"models\props\shelfmetal1\shelf2.mdx"
  7328.       }
  7329.     }
  7330.     props2_shelf_metal_B_fall:form =
  7331.     {
  7332.       help ="Another falling metal shelfThe bounding box can be rotated in angles of 90 deg and block properly"
  7333.       bbox ='-60 -20 -56 60 20 66'
  7334.       model: =
  7335.       {
  7336.         Txt = "&"
  7337.         Hint = "The model"
  7338.         Typ = "C"
  7339.         Items = "models/props/shelfmetal2/barreltops.mdx"$0D"models/props/shelfmetal2/tanktops.mdx"$0D"models\props\shelfmetal2\shelf1.mdx"$0D"models\props\shelfmetal2\shelf2.mdx"
  7340.         values = "models/props/shelfmetal2/barreltops.mdx"$0D"models/props/shelfmetal2/tanktops.mdx"$0D"models\props\shelfmetal2\shelf1.mdx"$0D"models\props\shelfmetal2\shelf2.mdx"
  7341.       }
  7342.     }
  7343.     props2_sign:form =
  7344.     {
  7345.       help ="A sign  The bounding box can be rotated in angles of 90 deg and block properly"
  7346.       bbox ='-4 -44 -44 4 44 44'
  7347.       model: =
  7348.       {
  7349.         Txt = "&"
  7350.         Hint = "The model"
  7351.         Typ = "C"
  7352.         Items = "models\props\sign\bar.mdx"$0D"models\props\sign\chain.mdx"$0D"models\props\sign\sign.mdx"
  7353.         values = "models\props\sign\bar.mdx"$0D"models\props\sign\chain.mdx"$0D"models\props\sign\sign.mdx"
  7354.       }
  7355.     }
  7356.     props2_truck_die:form =
  7357.     {
  7358.       help ="A truck that becomes toast"
  7359.       bbox ='-61 -148 -78 61 148 78'
  7360.       angle: =
  7361.       {
  7362.         Txt = "&"
  7363.         Hint = ""
  7364.       }
  7365.       model: =
  7366.       {
  7367.         Txt = "&"
  7368.         Hint = "The model"
  7369.         Typ = "C"
  7370.         Items = "models\props\truck\box.mdx"$0D"models\props\truck\c4.mdx"$0D"models\props\truck\m26y.mdx"$0D"models\props\truck\mn3.mdx"$0D"models\props\truck\mp1a.mdx"$0D"models\props\truck\tires.mdx"$0D"models\props\truck\v1a.mdx"$0D"models\props\truck\v1b.mdx"$0D"models\props\truck\v1c.mdx"$0D"models\props\truck\wood.mdx"
  7371.         values = "models\props\truck\box.mdx"$0D"models\props\truck\c4.mdx"$0D"models\props\truck\m26y.mdx"$0D"models\props\truck\mn3.mdx"$0D"models\props\truck\mp1a.mdx"$0D"models\props\truck\tires.mdx"$0D"models\props\truck\v1a.mdx"$0D"models\props\truck\v1b.mdx"$0D"models\props\truck\v1c.mdx"$0D"models\props\truck\wood.mdx"
  7372.       }
  7373.       targetname: =
  7374.       {
  7375.         Txt = "&"
  7376.         Hint = ""
  7377.       }
  7378.     }
  7379.     props2_vaseA:form =
  7380.     {
  7381.       help ="A vase"
  7382.       bbox ='-16 -16 -24 16 16 24'
  7383.       model: =
  7384.       {
  7385.         Txt = "&"
  7386.         Hint = "The model"
  7387.         Typ = "C"
  7388.         Items = "models\props\vase1\"
  7389.         values = "models\props\vase1\"
  7390.       }
  7391.     }
  7392.     props2_vaseB:form =
  7393.     {
  7394.       help ="A vase"
  7395.       bbox ='-16 -16 -24 16 16 24'
  7396.       model: =
  7397.       {
  7398.         Txt = "&"
  7399.         Hint = "The model"
  7400.         Typ = "C"
  7401.         Items = "models\props\vase2\"
  7402.         values = "models\props\vase2\"
  7403.       }
  7404.       option: =
  7405.       {
  7406.         Txt = "&"
  7407.         Hint = ""
  7408.       }
  7409.     }
  7410.     props2_wall_fish:form =
  7411.     {
  7412.       help ="A fish on the wall The bounding box can be rotated in angles of 90 deg and block properly"
  7413.       bbox ='-2 -40 -12 2 40 12'
  7414.       model: =
  7415.       {
  7416.         Txt = "&"
  7417.         Hint = "The model"
  7418.         Typ = "C"
  7419.         Items = "models\props\fish\tris.md2"
  7420.         values = "models\props\fish\tris.md2"
  7421.       }
  7422.     }
  7423.     props3_barrels_fall_nikki_A:form =
  7424.     {
  7425.       help ="A set of barrels that you can trigger to fall  "
  7426.       bbox ='-44 -60 -49 44 60 49'
  7427.       angle: =
  7428.       {
  7429.         Txt = "&"
  7430.         Hint = ""
  7431.       }
  7432.       model: =
  7433.       {
  7434.         Txt = "&"
  7435.         Hint = "The model"
  7436.         Typ = "C"
  7437.         Items = "models\props\nikki1\barrel_v4.mdx"$0D"models\props\nikki1\top_barrel_v4.mdx"
  7438.         values = "models\props\nikki1\barrel_v4.mdx"$0D"models\props\nikki1\top_barrel_v4.mdx"
  7439.       }
  7440.       targetname: =
  7441.       {
  7442.         Txt = "&"
  7443.         Hint = ""
  7444.       }
  7445.     }
  7446.     props3_barrels_fall_nikki_B:form =
  7447.     {
  7448.       help ="A set of barrels that you can trigger to fall  "
  7449.       bbox ='-24 -48 -24 24 48 24'
  7450.       angle: =
  7451.       {
  7452.         Txt = "&"
  7453.         Hint = ""
  7454.       }
  7455.       model: =
  7456.       {
  7457.         Txt = "&"
  7458.         Hint = "The model"
  7459.         Typ = "C"
  7460.         Items = "models\props\nikki2\barrel_v4.mdx"$0D"models\props\nikki2\top_barrel_v4.mdx"
  7461.         values = "models\props\nikki2\barrel_v4.mdx"$0D"models\props\nikki2\top_barrel_v4.mdx"
  7462.       }
  7463.       targetname: =
  7464.       {
  7465.         Txt = "&"
  7466.         Hint = ""
  7467.       }
  7468.     }
  7469.     props3_cash:form =
  7470.     {
  7471.       help ="Some cash"
  7472.       bbox ='-12 -11 -5 12 11 5'
  7473.       angle: =
  7474.       {
  7475.         Txt = "&"
  7476.         Hint = ""
  7477.       }
  7478.       lightit: =
  7479.       {
  7480.         Txt = "&"
  7481.         Hint = ""
  7482.       }
  7483.       model: =
  7484.       {
  7485.         Txt = "&"
  7486.         Hint = "The model"
  7487.         Typ = "C"
  7488.         Items = "models\props\cash\cashstack.mdx"
  7489.         values = "models\props\cash\cashstack.mdx"
  7490.       }
  7491.     }
  7492.     props3_cash_counter_animate:form =
  7493.     {
  7494.       help ="A cash counter machine that animates when triggered  "
  7495.       bbox ='-12 -14 -8 12 18 7'
  7496.       targetname: =
  7497.       {
  7498.         Txt = "&"
  7499.         Hint = ""
  7500.       }
  7501.     }
  7502.     props3_cut_A_animate:form =
  7503.     {
  7504.       help ="A guy sitting on a chair  "
  7505.       bbox ='-16 -16 -16 16 16 16'
  7506.       angle: =
  7507.       {
  7508.         Txt = "&"
  7509.         Hint = ""
  7510.       }
  7511.       targetname: =
  7512.       {
  7513.         Txt = "&"
  7514.         Hint = ""
  7515.       }
  7516.     }
  7517.     props3_cut_B_animate:form =
  7518.     {
  7519.       help =""
  7520.       bbox ='-16 -16 -16 16 16 16'
  7521.       angle: =
  7522.       {
  7523.         Txt = "&"
  7524.         Hint = ""
  7525.       }
  7526.       targetname: =
  7527.       {
  7528.         Txt = "&"
  7529.         Hint = ""
  7530.       }
  7531.     }
  7532.     props3_cut_C_animate:form =
  7533.     {
  7534.       help =""
  7535.       bbox ='-16 -16 -16 16 16 16'
  7536.       angle: =
  7537.       {
  7538.         Txt = "&"
  7539.         Hint = ""
  7540.       }
  7541.       targetname: =
  7542.       {
  7543.         Txt = "&"
  7544.         Hint = ""
  7545.       }
  7546.     }
  7547.     props3_cut_D_animate:form =
  7548.     {
  7549.       help =""
  7550.       bbox ='-16 -16 -16 16 16 16'
  7551.     }
  7552.     props3_cut_boss_chick_animate:form =
  7553.     {
  7554.       help ="A boss and chick that animate on a balcony when trigered  "
  7555.       bbox ='-16 -16 -16 16 16 16'
  7556.       angle: =
  7557.       {
  7558.         Txt = "&"
  7559.         Hint = ""
  7560.       }
  7561.       model: =
  7562.       {
  7563.         Txt = "&"
  7564.         Hint = "The model"
  7565.         Typ = "C"
  7566.         Items = "models\props\cutbc\body.mdx"$0D"models\props\cutbc\body_chick.mdx"$0D"models\props\cutbc\cigar.mdx"$0D"models\props\cutbc\head.mdx"$0D"models\props\cutbc\head_chick.mdx"$0D"models\props\cutbc\legs.mdx"$0D"models\props\cutbc\legs_chick.mdx"
  7567.         values = "models\props\cutbc\body.mdx"$0D"models\props\cutbc\body_chick.mdx"$0D"models\props\cutbc\cigar.mdx"$0D"models\props\cutbc\head.mdx"$0D"models\props\cutbc\head_chick.mdx"$0D"models\props\cutbc\legs.mdx"$0D"models\props\cutbc\legs_chick.mdx"
  7568.       }
  7569.       targetname: =
  7570.       {
  7571.         Txt = "&"
  7572.         Hint = ""
  7573.       }
  7574.     }
  7575.     props3_cut_boss_player_animate:form =
  7576.     {
  7577.       help ="A boss and player that animate when trigered  "
  7578.       bbox ='-16 -16 -16 16 16 16'
  7579.       angle: =
  7580.       {
  7581.         Txt = "&"
  7582.         Hint = ""
  7583.       }
  7584.       model: =
  7585.       {
  7586.         Txt = "&"
  7587.         Hint = "The model"
  7588.         Typ = "C"
  7589.         Items = "models\props\boss\body_boss.mdx"$0D"models\props\boss\head_boss.mdx"$0D"models\props\boss\legs_boss.mdx"$0D"models\props\player\bodyP.mdx"$0D"models\props\player\headP.mdx"$0D"models\props\player\legsP.mdx"
  7590.         values = "models\props\boss\body_boss.mdx"$0D"models\props\boss\head_boss.mdx"$0D"models\props\boss\legs_boss.mdx"$0D"models\props\player\bodyP.mdx"$0D"models\props\player\headP.mdx"$0D"models\props\player\legsP.mdx"
  7591.       }
  7592.       targetname: =
  7593.       {
  7594.         Txt = "&"
  7595.         Hint = ""
  7596.       }
  7597.     }
  7598.     props3_cut_final_animate:form =
  7599.     {
  7600.       help ="The final cut scene"
  7601.       bbox ='-16 -16 -16 16 16 16'
  7602.       angle: =
  7603.       {
  7604.         Txt = "&"
  7605.         Hint = ""
  7606.       }
  7607.       model: =
  7608.       {
  7609.         Txt = "&"
  7610.         Hint = "The model"
  7611.         Typ = "C"
  7612.         Items = "models\props\finale\body_bossf.mdx"$0D"models\props\finale\cigarf.mdx"$0D"models\props\finale\head_bossf.mdx"$0D"models\props\finale\legs_bossf.mdx"
  7613.         values = "models\props\finale\body_bossf.mdx"$0D"models\props\finale\cigarf.mdx"$0D"models\props\finale\head_bossf.mdx"$0D"models\props\finale\legs_bossf.mdx"
  7614.       }
  7615.       targetname: =
  7616.       {
  7617.         Txt = "&"
  7618.         Hint = ""
  7619.       }
  7620.     }
  7621.     props3_cut_pinball_guy_animate:form =
  7622.     {
  7623.       help =""
  7624.       angle: =
  7625.       {
  7626.         Txt = "&"
  7627.         Hint = ""
  7628.       }
  7629.       targetname: =
  7630.       {
  7631.         Txt = "&"
  7632.         Hint = ""
  7633.       }
  7634.     }
  7635.     props3_cut_run_to_car_animate:form =
  7636.     {
  7637.       help ="An actor running to a car  "
  7638.       bbox ='-16 -16 -16 16 16 16'
  7639.       model: =
  7640.       {
  7641.         Txt = "&"
  7642.         Hint = "The model"
  7643.         Typ = "C"
  7644.         Items = "models\props\run_to_car\body_boss.mdx"$0D"models\props\run_to_car\head_boss.mdx"$0D"models\props\run_to_car\legs_boss.mdx"
  7645.         values = "models\props\run_to_car\body_boss.mdx"$0D"models\props\run_to_car\head_boss.mdx"$0D"models\props\run_to_car\legs_boss.mdx"
  7646.       }
  7647.     }
  7648.     props3_cut_train_run_animate:form =
  7649.     {
  7650.       help ="A guy that likes to run to trains  "
  7651.       bbox ='-16 -16 -16 16 16 16'
  7652.       angle: =
  7653.       {
  7654.         Txt = "&"
  7655.         Hint = ""
  7656.       }
  7657.       lightit: =
  7658.       {
  7659.         Txt = "&"
  7660.         Hint = ""
  7661.       }
  7662.       targetname: =
  7663.       {
  7664.         Txt = "&"
  7665.         Hint = ""
  7666.       }
  7667.     }
  7668.     props3_cut_truck_driver:form =
  7669.     {
  7670.       help ="The driver driving a truck"
  7671.       bbox ='-67 -16 -58 0 17 8'
  7672.       angle: =
  7673.       {
  7674.         Txt = "&"
  7675.         Hint = ""
  7676.       }
  7677.       model: =
  7678.       {
  7679.         Txt = "&"
  7680.         Hint = "The model"
  7681.         Typ = "C"
  7682.         Items = "models\props\driver\body_driver.mdx"$0D"models\props\driver\head_driver.mdx"$0D"models\props\driver\legs_driver.mdx"$0D"models\props\driver\wheel.mdx"
  7683.         values = "models\props\driver\body_driver.mdx"$0D"models\props\driver\head_driver.mdx"$0D"models\props\driver\legs_driver.mdx"$0D"models\props\driver\wheel.mdx"
  7684.       }
  7685.       targetname: =
  7686.       {
  7687.         Txt = "&"
  7688.         Hint = ""
  7689.       }
  7690.     }
  7691.     props3_dead_louie:form =
  7692.     {
  7693.       help ="An dead louie body you can shoot"
  7694.       bbox ='-40 -48 -14 40 48 14'
  7695.       angle: =
  7696.       {
  7697.         Txt = "&"
  7698.         Hint = ""
  7699.       }
  7700.       health: =
  7701.       {
  7702.         Txt = "&"
  7703.         Hint = " pre-gib hit points for the dead body (50 default)"
  7704.       }
  7705.       model: =
  7706.       {
  7707.         Txt = "&"
  7708.         Hint = "The model"
  7709.         Typ = "C"
  7710.         Items = "models\props\louie\body.mdx"$0D"models\props\louie\head.mdx"$0D"models\props\louie\legs.mdx"
  7711.         values = "models\props\louie\body.mdx"$0D"models\props\louie\head.mdx"$0D"models\props\louie\legs.mdx"
  7712.       }
  7713.     }
  7714.     props3_decanter:form =
  7715.     {
  7716.       help ="A decanter  "
  7717.       bbox ='-3 -5 -6 3 5 6'
  7718.       angle: =
  7719.       {
  7720.         Txt = "&"
  7721.         Hint = ""
  7722.       }
  7723.       model: =
  7724.       {
  7725.         Txt = "&"
  7726.         Hint = "The model"
  7727.         Typ = "C"
  7728.         Items = "models\props\decanter\glass.mdx"$0D"models\props\decanter\solid.mdx"
  7729.         values = "models\props\decanter\glass.mdx"$0D"models\props\decanter\solid.mdx"
  7730.       }
  7731.     }
  7732.     props3_deco_fixture:form =
  7733.     {
  7734.       help ="A deco fixture"
  7735.       bbox ='-32 -8 -58 32 8 58'
  7736.       angle: =
  7737.       {
  7738.         Txt = "&"
  7739.         Hint = ""
  7740.       }
  7741.       lightit: =
  7742.       {
  7743.         Txt = "&"
  7744.         Hint = ""
  7745.       }
  7746.       model: =
  7747.       {
  7748.         Txt = "&"
  7749.         Hint = "The model"
  7750.         Typ = "C"
  7751.         Items = "models\props\deco_fixture\deco_fixture.mdx"
  7752.         values = "models\props\deco_fixture\deco_fixture.mdx"
  7753.       }
  7754.       option: =
  7755.       {
  7756.         Txt = "&"
  7757.         Hint = ""
  7758.       }
  7759.     }
  7760.     props3_whiskey_glass:form =
  7761.     {
  7762.       help ="A decanter  "
  7763.       bbox ='-2 -2 -2 2 2 2'
  7764.       angle: =
  7765.       {
  7766.         Txt = "&"
  7767.         Hint = ""
  7768.       }
  7769.       model: =
  7770.       {
  7771.         Txt = "&"
  7772.         Hint = "The model"
  7773.         Typ = "C"
  7774.         Items = "models\props\whiskeyglass\glass.mdx"$0D"models\props\whiskeyglass\solid.mdx"
  7775.         values = "models\props\whiskeyglass\glass.mdx"$0D"models\props\whiskeyglass\solid.mdx"
  7776.       }
  7777.     }
  7778.     props_aircon:form =
  7779.     {
  7780.       help ="A cool box deluxe"
  7781.       bbox ='-16 -16 -24 16 16 24'
  7782.       model: =
  7783.       {
  7784.         Txt = "&"
  7785.         Hint = "The model"
  7786.         Typ = "C"
  7787.         Items = "models\props\aircon\tris.md2"
  7788.         values = "models\props\aircon\tris.md2"
  7789.       }
  7790.     }
  7791.     props_ammocrate_bust:form =
  7792.     {
  7793.       help ="Crate you may bust.The bounding box can be rotated in angles of 90 deg and block properly"
  7794.       bbox ='-32 -16 -8 32 16 8'
  7795.       angle: =
  7796.       {
  7797.         Txt = "&"
  7798.         Hint = ""
  7799.       }
  7800.       health: =
  7801.       {
  7802.         Txt = "&"
  7803.         Hint = " (10)."
  7804.       }
  7805.       item: =
  7806.       {
  7807.         Txt = "&"
  7808.         Hint = " - Item to spawn on destruction if hit by pipe or crowbar "
  7809.       }
  7810.       model: =
  7811.       {
  7812.         Txt = "&"
  7813.         Hint = "The model"
  7814.         Typ = "C"
  7815.         Items = "models\props\crate\tris.md2"
  7816.         values = "models\props\crate\tris.md2"
  7817.       }
  7818.       skin: =
  7819.       {
  7820.         Txt = "&"
  7821.         Hint = "The skin"
  7822.       }
  7823.     }
  7824.     props_antenna1a:form =
  7825.     {
  7826.       help ="An antenna"
  7827.       bbox ='-28 -22 -22 28 22 22'
  7828.       model: =
  7829.       {
  7830.         Txt = "&"
  7831.         Hint = "The model"
  7832.         Typ = "C"
  7833.         Items = "models\props\antenna\antenna.mdx"
  7834.         values = "models\props\antenna\antenna.mdx"
  7835.       }
  7836.       skin: =
  7837.       {
  7838.         Txt = "&"
  7839.         Hint = "The skin"
  7840.       }
  7841.     }
  7842.     props_antenna1b:form =
  7843.     {
  7844.       help ="An antenna"
  7845.       bbox ='-41 -33 -32 41 33 32'
  7846.       angle: =
  7847.       {
  7848.         Txt = "&"
  7849.         Hint = ""
  7850.       }
  7851.       model: =
  7852.       {
  7853.         Txt = "&"
  7854.         Hint = "The model"
  7855.         Typ = "C"
  7856.         Items = "models\props\ant1b\antenna.mdx"
  7857.         values = "models\props\ant1b\antenna.mdx"
  7858.       }
  7859.       option: =
  7860.       {
  7861.         Txt = "&"
  7862.         Hint = ""
  7863.       }
  7864.       skin: =
  7865.       {
  7866.         Txt = "&"
  7867.         Hint = "The skin"
  7868.       }
  7869.     }
  7870.     props_antenna1c:form =
  7871.     {
  7872.       help ="An antenna"
  7873.       bbox ='-55 -44 -43 55 44 43'
  7874.       angle: =
  7875.       {
  7876.         Txt = "&"
  7877.         Hint = ""
  7878.       }
  7879.       model: =
  7880.       {
  7881.         Txt = "&"
  7882.         Hint = "The model"
  7883.         Typ = "C"
  7884.         Items = "models\props\ant1c\antenna.mdx"
  7885.         values = "models\props\ant1c\antenna.mdx"
  7886.       }
  7887.       skin: =
  7888.       {
  7889.         Txt = "&"
  7890.         Hint = "The skin"
  7891.       }
  7892.     }
  7893.     props_antenna2a:form =
  7894.     {
  7895.       help ="An antenna"
  7896.       bbox ='-26 -30 -22 26 30 22'
  7897.       angle: =
  7898.       {
  7899.         Txt = "&"
  7900.         Hint = ""
  7901.       }
  7902.       model: =
  7903.       {
  7904.         Txt = "&"
  7905.         Hint = "The model"
  7906.         Typ = "C"
  7907.         Items = "models\props\ant2a\antenna.mdx"
  7908.         values = "models\props\ant2a\antenna.mdx"
  7909.       }
  7910.       option: =
  7911.       {
  7912.         Txt = "&"
  7913.         Hint = ""
  7914.       }
  7915.       skin: =
  7916.       {
  7917.         Txt = "&"
  7918.         Hint = "The skin"
  7919.       }
  7920.     }
  7921.     props_antenna2b:form =
  7922.     {
  7923.       help ="An antenna"
  7924.       bbox ='-38 -45 -32 38 45 32'
  7925.       model: =
  7926.       {
  7927.         Txt = "&"
  7928.         Hint = "The model"
  7929.         Typ = "C"
  7930.         Items = "models\props\ant2b\antenna.mdx"
  7931.         values = "models\props\ant2b\antenna.mdx"
  7932.       }
  7933.       skin: =
  7934.       {
  7935.         Txt = "&"
  7936.         Hint = "The skin"
  7937.       }
  7938.     }
  7939.     props_antenna2c:form =
  7940.     {
  7941.       help ="An antenna"
  7942.       bbox ='-50 -60 -43 60 50 43'
  7943.       angle: =
  7944.       {
  7945.         Txt = "&"
  7946.         Hint = ""
  7947.       }
  7948.       model: =
  7949.       {
  7950.         Txt = "&"
  7951.         Hint = "The model"
  7952.         Typ = "C"
  7953.         Items = "models\props\ant2c\antenna.mdx"
  7954.         values = "models\props\ant2c\antenna.mdx"
  7955.       }
  7956.       option: =
  7957.       {
  7958.         Txt = "&"
  7959.         Hint = ""
  7960.       }
  7961.       skin: =
  7962.       {
  7963.         Txt = "&"
  7964.         Hint = "The skin"
  7965.       }
  7966.     }
  7967.     props_antenna3a:form =
  7968.     {
  7969.       help ="An antenna"
  7970.       bbox ='-14 -2 -22 14 2 22'
  7971.       model: =
  7972.       {
  7973.         Txt = "&"
  7974.         Hint = "The model"
  7975.         Typ = "C"
  7976.         Items = "models\props\ant3a\antenna.mdx"
  7977.         values = "models\props\ant3a\antenna.mdx"
  7978.       }
  7979.       skin: =
  7980.       {
  7981.         Txt = "&"
  7982.         Hint = "The skin"
  7983.       }
  7984.     }
  7985.     props_antenna3b:form =
  7986.     {
  7987.       help ="An antenna"
  7988.       bbox ='-21 -3 -33 21 3 33'
  7989.       model: =
  7990.       {
  7991.         Txt = "&"
  7992.         Hint = "The model"
  7993.         Typ = "C"
  7994.         Items = "models\props\ant3b\antenna.mdx"
  7995.         values = "models\props\ant3b\antenna.mdx"
  7996.       }
  7997.       skin: =
  7998.       {
  7999.         Txt = "&"
  8000.         Hint = "The skin"
  8001.       }
  8002.     }
  8003.     props_antenna3c:form =
  8004.     {
  8005.       help ="An antenna"
  8006.       bbox ='-28 -3 -44 28 3 44'
  8007.       model: =
  8008.       {
  8009.         Txt = "&"
  8010.         Hint = "The model"
  8011.         Typ = "C"
  8012.         Items = "models\props\ant3c\antenna.mdx"
  8013.         values = "models\props\ant3c\antenna.mdx"
  8014.       }
  8015.       skin: =
  8016.       {
  8017.         Txt = "&"
  8018.         Hint = "The skin"
  8019.       }
  8020.     }
  8021.     props_blimp:form =
  8022.     {
  8023.       help ="A path corner blimp - trigger to make visable and start moving"
  8024.       bbox ='-140 -40 -58 140 40 58'
  8025.       model: =
  8026.       {
  8027.         Txt = "&"
  8028.         Hint = "The model"
  8029.         Typ = "C"
  8030.         Items = "models\props\blimp\tris.md2"
  8031.         values = "models\props\blimp\tris.md2"
  8032.       }
  8033.       speed: =
  8034.       {
  8035.         Txt = "&"
  8036.         Hint = " speed of the blimp (20 default)"
  8037.       }
  8038.       target: =
  8039.       {
  8040.         Txt = "&"
  8041.         Hint = " target path corner ID"
  8042.       }
  8043.     }
  8044.     props_chair:form =
  8045.     {
  8046.       help ="A chair (with no bounding box)"
  8047.       bbox ='-11 -13 -26 11 13 26'
  8048.       angle: =
  8049.       {
  8050.         Txt = "&"
  8051.         Hint = ""
  8052.       }
  8053.       model: =
  8054.       {
  8055.         Txt = "&"
  8056.         Hint = "The model"
  8057.         Typ = "C"
  8058.         Items = "models\props\chair\chair.mdx"
  8059.         values = "models\props\chair\chair.mdx"
  8060.       }
  8061.       skin: =
  8062.       {
  8063.         Txt = "&"
  8064.         Hint = "The skin"
  8065.       }
  8066.     }
  8067.     props_cig_machine:form =
  8068.     {
  8069.       help ="A cigarette machineThe bounding box can be rotated in angles of 90 deg and block properly"
  8070.       bbox ='-16 -24 -32 16 24 32'
  8071.       angle: =
  8072.       {
  8073.         Txt = "&"
  8074.         Hint = ""
  8075.       }
  8076.       lightit: =
  8077.       {
  8078.         Txt = "&"
  8079.         Hint = ""
  8080.       }
  8081.       model: =
  8082.       {
  8083.         Txt = "&"
  8084.         Hint = "The model"
  8085.         Typ = "C"
  8086.         Items = "models\props\cigmachine\tris.md2"
  8087.         values = "models\props\cigmachine\tris.md2"
  8088.       }
  8089.     }
  8090.     props_cola_machine:form =
  8091.     {
  8092.       help ="A cola machineThe bounding box can be rotated in angles of 90 deg and block properly"
  8093.       bbox ='-16 -24 -32 24 32 32'
  8094.       angle: =
  8095.       {
  8096.         Txt = "&"
  8097.         Hint = ""
  8098.       }
  8099.       model: =
  8100.       {
  8101.         Txt = "&"
  8102.         Hint = "The model"
  8103.         Typ = "C"
  8104.         Items = "models\props\vending_mach\tris.md2"
  8105.         values = "models\props\vending_mach\tris.md2"
  8106.       }
  8107.     }
  8108.     props_crate_bust_32:form =
  8109.     {
  8110.       help ="Crate can bust and you can push"
  8111.       bbox ='-16 -16 -16 16 16 16'
  8112.       spawnflags: =
  8113.       {
  8114.         Typ = "X1"
  8115.         Txt = "&"
  8116.         Cap=  "NON_MOVEABLE"
  8117.       }
  8118.       spawnflags: =
  8119.       {
  8120.         Typ = "X2"
  8121.         Txt = "&"
  8122.         Cap=  "TYPE_WOOD"
  8123.       }
  8124.       spawnflags: =
  8125.       {
  8126.         Typ = "X4"
  8127.         Txt = "&"
  8128.         Cap=  "TYPE_WOOD2"
  8129.       }
  8130.       spawnflags: =
  8131.       {
  8132.         Typ = "X8"
  8133.         Txt = "&"
  8134.         Cap=  "TYPE_METAL"
  8135.       }
  8136.       spawnflags: =
  8137.       {
  8138.         Typ = "X16"
  8139.         Txt = "&"
  8140.         Cap=  "TYPE_CARDBOARD"
  8141.       }
  8142.       _minlight: =
  8143.       {
  8144.         Txt = "&"
  8145.         Hint = ""
  8146.       }
  8147.       angle: =
  8148.       {
  8149.         Txt = "&"
  8150.         Hint = ""
  8151.       }
  8152.       health: =
  8153.       {
  8154.         Txt = "&"
  8155.         Hint = " (10)"
  8156.       }
  8157.       item: =
  8158.       {
  8159.         Txt = "&"
  8160.         Hint = " Item to spawn on destruction "
  8161.       }
  8162.       lightit: =
  8163.       {
  8164.         Txt = "&"
  8165.         Hint = ""
  8166.       }
  8167.       model: =
  8168.       {
  8169.         Txt = "&"
  8170.         Hint = "The model"
  8171.         Typ = "C"
  8172.         Items = "models\props\crate\stillcrate32_1.mdx"
  8173.         values = "models\props\crate\stillcrate32_1.mdx"
  8174.       }
  8175.       option: =
  8176.       {
  8177.         Txt = "&"
  8178.         Hint = ""
  8179.       }
  8180.     }
  8181.     props_crate_bust_48:form =
  8182.     {
  8183.       help ="Crate can bust and you can push"
  8184.       bbox ='-24 -24 -24 24 24 24'
  8185.       spawnflags: =
  8186.       {
  8187.         Typ = "X1"
  8188.         Txt = "&"
  8189.         Cap=  "NON_MOVEABLE"
  8190.       }
  8191.       spawnflags: =
  8192.       {
  8193.         Typ = "X2"
  8194.         Txt = "&"
  8195.         Cap=  "TYPE_WOOD"
  8196.       }
  8197.       spawnflags: =
  8198.       {
  8199.         Typ = "X4"
  8200.         Txt = "&"
  8201.         Cap=  "TYPE_WOOD2"
  8202.       }
  8203.       spawnflags: =
  8204.       {
  8205.         Typ = "X8"
  8206.         Txt = "&"
  8207.         Cap=  "X"
  8208.       }
  8209.       spawnflags: =
  8210.       {
  8211.         Typ = "X16"
  8212.         Txt = "&"
  8213.         Cap=  "TYPE_CARDBOARD"
  8214.       }
  8215.       angle: =
  8216.       {
  8217.         Txt = "&"
  8218.         Hint = ""
  8219.       }
  8220.       health: =
  8221.       {
  8222.         Txt = "&"
  8223.         Hint = " (10)."
  8224.       }
  8225.       item: =
  8226.       {
  8227.         Txt = "&"
  8228.         Hint = " - Item to spawn on destruction "
  8229.       }
  8230.       lightit: =
  8231.       {
  8232.         Txt = "&"
  8233.         Hint = ""
  8234.       }
  8235.       model: =
  8236.       {
  8237.         Txt = "&"
  8238.         Hint = "The model"
  8239.         Typ = "C"
  8240.         Items = "models\props\crate\stillcrate48_1.mdx"
  8241.         values = "models\props\crate\stillcrate48_1.mdx"
  8242.       }
  8243.       option: =
  8244.       {
  8245.         Txt = "&"
  8246.         Hint = ""
  8247.       }
  8248.     }
  8249.     props_crate_bust_64:form =
  8250.     {
  8251.       help ="Crate you can bust"
  8252.       bbox ='-32 -32 -32 32 32 32'
  8253.       spawnflags: =
  8254.       {
  8255.         Typ = "X1"
  8256.         Txt = "&"
  8257.         Cap=  "X"
  8258.       }
  8259.       spawnflags: =
  8260.       {
  8261.         Typ = "X2"
  8262.         Txt = "&"
  8263.         Cap=  "TYPE_WOOD"
  8264.       }
  8265.       spawnflags: =
  8266.       {
  8267.         Typ = "X4"
  8268.         Txt = "&"
  8269.         Cap=  "TYPE_WOOD2"
  8270.       }
  8271.       spawnflags: =
  8272.       {
  8273.         Typ = "X8"
  8274.         Txt = "&"
  8275.         Cap=  "X"
  8276.       }
  8277.       spawnflags: =
  8278.       {
  8279.         Typ = "X16"
  8280.         Txt = "&"
  8281.         Cap=  "TYPE_CARDBOARD"
  8282.       }
  8283.       angle: =
  8284.       {
  8285.         Txt = "&"
  8286.         Hint = ""
  8287.       }
  8288.       health: =
  8289.       {
  8290.         Txt = "&"
  8291.         Hint = " (10)."
  8292.       }
  8293.       item: =
  8294.       {
  8295.         Txt = "&"
  8296.         Hint = " - Item to spawn on destruction "
  8297.       }
  8298.       model: =
  8299.       {
  8300.         Txt = "&"
  8301.         Hint = "The model"
  8302.         Typ = "C"
  8303.         Items = "models\props\crate\stillcrate64_1.mdx"
  8304.         values = "models\props\crate\stillcrate64_1.mdx"
  8305.       }
  8306.       option: =
  8307.       {
  8308.         Txt = "&"
  8309.         Hint = ""
  8310.       }
  8311.     }
  8312.     props_extinguisherA:form =
  8313.     {
  8314.       help ="An extingusher"
  8315.       bbox ='-16 -16 -16 16 16 16'
  8316.       angle: =
  8317.       {
  8318.         Txt = "&"
  8319.         Hint = ""
  8320.       }
  8321.       dmg: =
  8322.       {
  8323.         Txt = "&"
  8324.         Hint = " - damage an exploding extinguisher causes (default 25)"
  8325.       }
  8326.       model: =
  8327.       {
  8328.         Txt = "&"
  8329.         Hint = "The model"
  8330.         Typ = "C"
  8331.         Items = "models\pu_icon\exting\ext1.md2"
  8332.         values = "models\pu_icon\exting\ext1.md2"
  8333.       }
  8334.       option: =
  8335.       {
  8336.         Txt = "&"
  8337.         Hint = ""
  8338.       }
  8339.     }
  8340.     props_extinguisherB:form =
  8341.     {
  8342.       help ="An extingusher"
  8343.       bbox ='-16 -16 -16 16 16 16'
  8344.       dmg: =
  8345.       {
  8346.         Txt = "&"
  8347.         Hint = " - damage an exploding extinguisher causes (default 25)"
  8348.       }
  8349.       model: =
  8350.       {
  8351.         Txt = "&"
  8352.         Hint = "The model"
  8353.         Typ = "C"
  8354.         Items = "models\pu_icon\exting\ext2.md2"
  8355.         values = "models\pu_icon\exting\ext2.md2"
  8356.       }
  8357.     }
  8358.     props_fan:form =
  8359.     {
  8360.       help ="A fan"
  8361.       bbox ='-8 -12 -16 8 12 16'
  8362.       angle: =
  8363.       {
  8364.         Txt = "&"
  8365.         Hint = ""
  8366.       }
  8367.       health: =
  8368.       {
  8369.         Txt = "&"
  8370.         Hint = ""
  8371.       }
  8372.       model: =
  8373.       {
  8374.         Txt = "&"
  8375.         Hint = "The model"
  8376.         Typ = "C"
  8377.         Items = "models\props\fan\tris.md2"
  8378.         values = "models\props\fan\tris.md2"
  8379.       }
  8380.       option: =
  8381.       {
  8382.         Txt = "&"
  8383.         Hint = ""
  8384.       }
  8385.     }
  8386.     props_hydrant:form =
  8387.     {
  8388.       help ="A hydrant that does jack"
  8389.       bbox ='-10 -10 -19 10 10 19'
  8390.       model: =
  8391.       {
  8392.         Txt = "&"
  8393.         Hint = "The model"
  8394.         Typ = "C"
  8395.         Items = "models\props\hydrant\"
  8396.         values = "models\props\hydrant\"
  8397.       }
  8398.     }
  8399.     props_mattressA:form =
  8400.     {
  8401.       help ="A mattress"
  8402.       bbox ='-36 -28 -38 36 28 38'
  8403.       model: =
  8404.       {
  8405.         Txt = "&"
  8406.         Hint = "The model"
  8407.         Typ = "C"
  8408.         Items = "models/props/mattress/matt.md2"
  8409.         values = "models/props/mattress/matt.md2"
  8410.       }
  8411.     }
  8412.     props_mattressB:form =
  8413.     {
  8414.       help ="A mattress"
  8415.       bbox ='-8 -34 -38 8 34 38'
  8416.       model: =
  8417.       {
  8418.         Txt = "&"
  8419.         Hint = "The model"
  8420.         Typ = "C"
  8421.         Items = "models/props/mattress/matt2.md2"
  8422.         values = "models/props/mattress/matt2.md2"
  8423.       }
  8424.     }
  8425.     props_mattressC:form =
  8426.     {
  8427.       help ="A mattress"
  8428.       bbox ='-34 -38 -8 34 38 8'
  8429.       angle: =
  8430.       {
  8431.         Txt = "&"
  8432.         Hint = ""
  8433.       }
  8434.       model: =
  8435.       {
  8436.         Txt = "&"
  8437.         Hint = "The model"
  8438.         Typ = "C"
  8439.         Items = "models/props/mattress/matt3.md2"
  8440.         values = "models/props/mattress/matt3.md2"
  8441.       }
  8442.     }
  8443.     props_motorcycle:form =
  8444.     {
  8445.       help ="A motorcycle"
  8446.       bbox ='-60 -20 -26 60 20 26'
  8447.       angle: =
  8448.       {
  8449.         Txt = "&"
  8450.         Hint = ""
  8451.       }
  8452.       model: =
  8453.       {
  8454.         Txt = "&"
  8455.         Hint = "The model"
  8456.         Typ = "C"
  8457.         Items = "models\props\moto\chrome.mdx"$0D"models\props\moto\moto.mdx"
  8458.         values = "models\props\moto\chrome.mdx"$0D"models\props\moto\moto.mdx"
  8459.       }
  8460.       skin: =
  8461.       {
  8462.         Txt = "&"
  8463.         Hint = "The skin"
  8464.       }
  8465.     }
  8466.     props_motorcycle_run:form =
  8467.     {
  8468.       help ="A motorcycle speeding away"
  8469.       bbox ='-16 -16 -16 16 16 16'
  8470.       model: =
  8471.       {
  8472.         Txt = "&"
  8473.         Hint = "The model"
  8474.         Typ = "C"
  8475.         Items = "models\props\ride\moto.mdx"
  8476.         values = "models\props\ride\moto.mdx"
  8477.       }
  8478.     }
  8479.     props_motorcycle_runaway:form =
  8480.     {
  8481.       help ="A motorcycle riding in place"
  8482.       bbox ='-16 -16 -16 16 16 16'
  8483.       angle: =
  8484.       {
  8485.         Txt = "&"
  8486.         Hint = ""
  8487.       }
  8488.       model: =
  8489.       {
  8490.         Txt = "&"
  8491.         Hint = "The model"
  8492.         Typ = "C"
  8493.         Items = "models\props\runaway\moto.mdx"
  8494.         values = "models\props\runaway\moto.mdx"
  8495.       }
  8496.     }
  8497.     props_phone:form =
  8498.     {
  8499.       help ="A phone (telephone)"
  8500.       bbox ='-8 -8 -6 8 8 6'
  8501.       angle: =
  8502.       {
  8503.         Txt = "&"
  8504.         Hint = ""
  8505.       }
  8506.       lightit: =
  8507.       {
  8508.         Txt = "&"
  8509.         Hint = ""
  8510.       }
  8511.       model: =
  8512.       {
  8513.         Txt = "&"
  8514.         Hint = "The model"
  8515.         Typ = "C"
  8516.         Items = "models\props\phone\tris.md2"
  8517.         values = "models\props\phone\tris.md2"
  8518.       }
  8519.       option: =
  8520.       {
  8521.         Txt = "&"
  8522.         Hint = ""
  8523.       }
  8524.     }
  8525.     props_radio:form =
  8526.     {
  8527.       help ="A radio that will take damage and activate triggers on destruction"
  8528.       bbox ='-8 -12 -8 8 12 8'
  8529.       angle: =
  8530.       {
  8531.         Txt = "&"
  8532.         Hint = ""
  8533.       }
  8534.       health: =
  8535.       {
  8536.         Txt = "&"
  8537.         Hint = " - hit points (25 default)"
  8538.       }
  8539.       lightit: =
  8540.       {
  8541.         Txt = "&"
  8542.         Hint = ""
  8543.       }
  8544.       model: =
  8545.       {
  8546.         Txt = "&"
  8547.         Hint = "The model"
  8548.         Typ = "C"
  8549.         Items = "models\props\radio\tris.md2"
  8550.         values = "models\props\radio\tris.md2"
  8551.       }
  8552.       target: =
  8553.       {
  8554.         Txt = "&"
  8555.         Hint = ""
  8556.       }
  8557.     }
  8558.     props_rat:form =
  8559.     {
  8560.       help ="A rat"
  8561.       bbox ='-12 -12 0 12 12 10'
  8562.       angle: =
  8563.       {
  8564.         Txt = "&"
  8565.         Hint = ""
  8566.       }
  8567.       dmg: =
  8568.       {
  8569.         Txt = "&"
  8570.         Hint = " - rat bite damage (2 default)"
  8571.       }
  8572.       health: =
  8573.       {
  8574.         Txt = "&"
  8575.         Hint = " - heath of the rat (10 default)"
  8576.       }
  8577.       option: =
  8578.       {
  8579.         Txt = "&"
  8580.         Hint = ""
  8581.       }
  8582.     }
  8583.     props_rat_spawner:form =
  8584.     {
  8585.       help ="Base rat spawner"
  8586.       bbox ='-16 -16 -16 16 16 16'
  8587.       deadticks: =
  8588.       {
  8589.         Txt = "&"
  8590.         Hint = " total number of rats in level from spawner at a time (default 5)"
  8591.       }
  8592.       dmg: =
  8593.       {
  8594.         Txt = "&"
  8595.         Hint = " rat bite damage (2 default)"
  8596.       }
  8597.       health: =
  8598.       {
  8599.         Txt = "&"
  8600.         Hint = " heath of the rat (10 default)"
  8601.       }
  8602.       option: =
  8603.       {
  8604.         Txt = "&"
  8605.         Hint = ""
  8606.       }
  8607.       props_rat_spawner_node: =
  8608.       {
  8609.         Txt = "&"
  8610.         Hint = " determine possible spawn point"
  8611.       }
  8612.       target: =
  8613.       {
  8614.         Txt = "&"
  8615.         Hint = " ID string for spawner "
  8616.       }
  8617.     }
  8618.     props_rat_spawner_node:form =
  8619.     {
  8620.       help ="Possible rat spawn point from props_rat_spawner"
  8621.       bbox ='-16 -16 -16 16 16 16'
  8622.       angle: =
  8623.       {
  8624.         Txt = "&"
  8625.         Hint = ""
  8626.       }
  8627.       item: =
  8628.       {
  8629.         Txt = "&"
  8630.         Hint = ""
  8631.       }
  8632.       targetname: =
  8633.       {
  8634.         Txt = "&"
  8635.         Hint = " ID string for spawner     "
  8636.       }
  8637.     }
  8638.     props_rat_trigger:form =
  8639.     {
  8640.       help ="A rat that is spawned when triggered"
  8641.       bbox ='-12 -12 0 12 12 10'
  8642.       dmg: =
  8643.       {
  8644.         Txt = "&"
  8645.         Hint = " - rat bite damage (2 default)"
  8646.       }
  8647.       health: =
  8648.       {
  8649.         Txt = "&"
  8650.         Hint = " - heath of the rat (10 default)"
  8651.       }
  8652.       targetname: =
  8653.       {
  8654.         Txt = "&"
  8655.         Hint = " target ID"
  8656.       }
  8657.     }
  8658.     props_roof_vent:form =
  8659.     {
  8660.       help ="A moving roof vent"
  8661.       bbox ='-32 -36 -48 32 36 48'
  8662.       health: =
  8663.       {
  8664.         Txt = "&"
  8665.         Hint = " hit points (25 default)"
  8666.       }
  8667.       lightit: =
  8668.       {
  8669.         Txt = "&"
  8670.         Hint = ""
  8671.       }
  8672.       model: =
  8673.       {
  8674.         Txt = "&"
  8675.         Hint = "The model"
  8676.         Typ = "C"
  8677.         Items = "models\props\roof_vent\tris.md2"
  8678.         values = "models\props\roof_vent\tris.md2"
  8679.       }
  8680.     }
  8681.     props_shelf:form =
  8682.     {
  8683.       help ="The pawn shop shelf "
  8684.       bbox ='-40 -85 -51 40 85 51'
  8685.       angle: =
  8686.       {
  8687.         Txt = "&"
  8688.         Hint = ""
  8689.       }
  8690.       lightit: =
  8691.       {
  8692.         Txt = "&"
  8693.         Hint = ""
  8694.       }
  8695.       model: =
  8696.       {
  8697.         Txt = "&"
  8698.         Hint = "The model"
  8699.         Typ = "C"
  8700.         Items = "models\props\shelf\flametank.mdx"$0D"models\props\shelf\pistol.mdx"$0D"models\props\shelf\shotgun.mdx"$0D"models\props\shelf\sshell.mdx"$0D"models\props\shelf\tomgun.mdx"
  8701.         values = "models\props\shelf\flametank.mdx"$0D"models\props\shelf\pistol.mdx"$0D"models\props\shelf\shotgun.mdx"$0D"models\props\shelf\sshell.mdx"$0D"models\props\shelf\tomgun.mdx"
  8702.       }
  8703.     }
  8704.     props_shelfB_fall:form =
  8705.     {
  8706.       help ="Another falling shelf"
  8707.       bbox ='-65 -13 -51 65 13 51'
  8708.       model: =
  8709.       {
  8710.         Txt = "&"
  8711.         Hint = "The model"
  8712.         Typ = "C"
  8713.         Items = "models\props\shelftwo\shelf.mdx"$0D"models\props\shelftwo\top.mdx"
  8714.         values = "models\props\shelftwo\shelf.mdx"$0D"models\props\shelftwo\top.mdx"
  8715.       }
  8716.     }
  8717.     props_shelf_fall:form =
  8718.     {
  8719.       help ="An falling shelfThe bounding box can be rotated in angles of 90 deg and block properly"
  8720.       bbox ='-65 -13 -51 65 13 51'
  8721.       model: =
  8722.       {
  8723.         Txt = "&"
  8724.         Hint = "The model"
  8725.         Typ = "C"
  8726.         Items = "models\props\shelf\shelf.mdx"$0D"models\props\shelf\top.mdx"
  8727.         values = "models\props\shelf\shelf.mdx"$0D"models\props\shelf\top.mdx"
  8728.       }
  8729.     }
  8730.     props_steam_machine:form =
  8731.     {
  8732.       help ="A real steam producer  "
  8733.       bbox ='-8 -8 -8 8 8 8'
  8734.       alphalevel: =
  8735.       {
  8736.         Txt = "&"
  8737.         Hint = " 1 - 10 (default 2)  "
  8738.       }
  8739.       deadticks: =
  8740.       {
  8741.         Txt = "&"
  8742.         Hint = " number of steam puffs per length element 1- 10 (default 2)"
  8743.       }
  8744.       firetype: =
  8745.       {
  8746.         Txt = "&"
  8747.         Hint = " length of steam 1 - 100 (default 15)"
  8748.       }
  8749.       thudsnd: =
  8750.       {
  8751.         Txt = "&"
  8752.         Hint = " end size steam increase 1 - 10 (default 5)"
  8753.       }
  8754.       thudsurf: =
  8755.       {
  8756.         Txt = "&"
  8757.         Hint = " start size of steam 1 - 10 (default 5)"
  8758.       }
  8759.     }
  8760.     props_tablesetA:form =
  8761.     {
  8762.       help ="Card-shark table setting"
  8763.       bbox ='-26 -27 -6 26 27 6'
  8764.       angle: =
  8765.       {
  8766.         Txt = "&"
  8767.         Hint = ""
  8768.       }
  8769.       lightit: =
  8770.       {
  8771.         Txt = "&"
  8772.         Hint = ""
  8773.       }
  8774.       model: =
  8775.       {
  8776.         Txt = "&"
  8777.         Hint = "The model"
  8778.         Typ = "C"
  8779.         Items = "models\props\tablesets\set.mdx"
  8780.         values = "models\props\tablesets\set.mdx"
  8781.       }
  8782.       option: =
  8783.       {
  8784.         Txt = "&"
  8785.         Hint = ""
  8786.       }
  8787.       skin: =
  8788.       {
  8789.         Txt = "&"
  8790.         Hint = "The skin"
  8791.       }
  8792.     }
  8793.     props_trash:form =
  8794.     {
  8795.       help ="Some trash"
  8796.       bbox ='-64 -64 -4 64 64 4'
  8797.       angle: =
  8798.       {
  8799.         Txt = "&"
  8800.         Hint = ""
  8801.       }
  8802.       lightit: =
  8803.       {
  8804.         Txt = "&"
  8805.         Hint = ""
  8806.       }
  8807.       model: =
  8808.       {
  8809.         Txt = "&"
  8810.         Hint = "The model"
  8811.         Typ = "C"
  8812.         Items = "models\props\trash\tris.md2"
  8813.         values = "models\props\trash\tris.md2"
  8814.       }
  8815.       option: =
  8816.       {
  8817.         Txt = "&"
  8818.         Hint = " 1 will set these to turn off when props are set to off."
  8819.       }
  8820.     }
  8821.     props_trashbottle:form =
  8822.     {
  8823.       help ="Some trash"
  8824.       bbox ='-8 -2 -2 8 2 2'
  8825.       angle: =
  8826.       {
  8827.         Txt = "&"
  8828.         Hint = ""
  8829.       }
  8830.       health: =
  8831.       {
  8832.         Txt = "&"
  8833.         Hint = ""
  8834.       }
  8835.       lightit: =
  8836.       {
  8837.         Txt = "&"
  8838.         Hint = ""
  8839.       }
  8840.       model: =
  8841.       {
  8842.         Txt = "&"
  8843.         Hint = "The model"
  8844.         Typ = "C"
  8845.         Items = "models\props\trashbottle\tris.md2"
  8846.         values = "models\props\trashbottle\tris.md2"
  8847.       }
  8848.       option: =
  8849.       {
  8850.         Txt = "&"
  8851.         Hint = ""
  8852.       }
  8853.     }
  8854.     props_trashbottle_vert:form =
  8855.     {
  8856.       help ="A vertical trash bottle"
  8857.       bbox ='-2 -2 -8 2 2 8'
  8858.       angle: =
  8859.       {
  8860.         Txt = "&"
  8861.         Hint = ""
  8862.       }
  8863.       health: =
  8864.       {
  8865.         Txt = "&"
  8866.         Hint = ""
  8867.       }
  8868.       lightit: =
  8869.       {
  8870.         Txt = "&"
  8871.         Hint = ""
  8872.       }
  8873.       model: =
  8874.       {
  8875.         Txt = "&"
  8876.         Hint = "The model"
  8877.         Typ = "C"
  8878.         Items = "models\props\trashbottle_vert\tris.md2"
  8879.         values = "models\props\trashbottle_vert\tris.md2"
  8880.       }
  8881.       option: =
  8882.       {
  8883.         Txt = "&"
  8884.         Hint = ""
  8885.       }
  8886.     }
  8887.     props_trashcanA:form =
  8888.     {
  8889.       help ="Trash can you can push.  You can override its mass (400),"
  8890.       bbox ='-16 -16 -21 16 16 21'
  8891.       spawnflags: =
  8892.       {
  8893.         Typ = "X1"
  8894.         Txt = "&"
  8895.         Cap=  "NON_MOVEABLE"
  8896.       }
  8897.       health: =
  8898.       {
  8899.         Txt = "&"
  8900.         Hint = ""
  8901.       }
  8902.       item: =
  8903.       {
  8904.         Txt = "&"
  8905.         Hint = " - Item to spawn on destruction "
  8906.       }
  8907.       model: =
  8908.       {
  8909.         Txt = "&"
  8910.         Hint = "The model"
  8911.         Typ = "C"
  8912.         Items = "models\props\t_can\"
  8913.         values = "models\props\t_can\"
  8914.       }
  8915.       option: =
  8916.       {
  8917.         Txt = "&"
  8918.         Hint = ""
  8919.       }
  8920.     }
  8921.     props_trashcan_fall:form =
  8922.     {
  8923.       help ="Trash can you can push.  You can override its mass (100),"
  8924.       bbox ='-16 -16 -21 16 16 21'
  8925.       health: =
  8926.       {
  8927.         Txt = "&"
  8928.         Hint = " (80)."
  8929.       }
  8930.       item: =
  8931.       {
  8932.         Txt = "&"
  8933.         Hint = " - Item to spawn on push down or destruction "
  8934.       }
  8935.       model: =
  8936.       {
  8937.         Txt = "&"
  8938.         Hint = "The model"
  8939.         Typ = "C"
  8940.         Items = "models\props\t_can2\"
  8941.         values = "models\props\t_can2\"
  8942.       }
  8943.       option: =
  8944.       {
  8945.         Txt = "&"
  8946.         Hint = ""
  8947.       }
  8948.     }
  8949.     props_trashcorner:form =
  8950.     {
  8951.       help ="Some trash"
  8952.       bbox ='-40 -40 -8 40 40 8'
  8953.       angle: =
  8954.       {
  8955.         Txt = "&"
  8956.         Hint = ""
  8957.       }
  8958.       lightit: =
  8959.       {
  8960.         Txt = "&"
  8961.         Hint = ""
  8962.       }
  8963.       model: =
  8964.       {
  8965.         Txt = "&"
  8966.         Hint = "The model"
  8967.         Typ = "C"
  8968.         Items = "models\props\trashcorner\tris.md2"
  8969.         values = "models\props\trashcorner\tris.md2"
  8970.       }
  8971.       option: =
  8972.       {
  8973.         Txt = "&"
  8974.         Hint = ""
  8975.       }
  8976.     }
  8977.     props_trashpaper:form =
  8978.     {
  8979.       help ="Some trash"
  8980.       bbox ='-18 -18 -2 18 18 2'
  8981.       angle: =
  8982.       {
  8983.         Txt = "&"
  8984.         Hint = ""
  8985.       }
  8986.       lightit: =
  8987.       {
  8988.         Txt = "&"
  8989.         Hint = ""
  8990.       }
  8991.       model: =
  8992.       {
  8993.         Txt = "&"
  8994.         Hint = "The model"
  8995.         Typ = "C"
  8996.         Items = "models\props\trashpaper\tris.md2"
  8997.         values = "models\props\trashpaper\tris.md2"
  8998.       }
  8999.       option: =
  9000.       {
  9001.         Txt = "&"
  9002.         Hint = ""
  9003.       }
  9004.     }
  9005.     props_trashwall:form =
  9006.     {
  9007.       help ="Some trash"
  9008.       bbox ='-70 -25 -10 70 25 10'
  9009.       angle: =
  9010.       {
  9011.         Txt = "&"
  9012.         Hint = ""
  9013.       }
  9014.       lightit: =
  9015.       {
  9016.         Txt = "&"
  9017.         Hint = ""
  9018.       }
  9019.       model: =
  9020.       {
  9021.         Txt = "&"
  9022.         Hint = "The model"
  9023.         Typ = "C"
  9024.         Items = "models\props\trashwall\tris.md2"
  9025.         values = "models\props\trashwall\tris.md2"
  9026.       }
  9027.       option: =
  9028.       {
  9029.         Txt = "&"
  9030.         Hint = ""
  9031.       }
  9032.     }
  9033.     props_tv:form =
  9034.     {
  9035.       help ="A television"
  9036.       bbox ='-8 -16 -22 8 16 22'
  9037.       angle: =
  9038.       {
  9039.         Txt = "&"
  9040.         Hint = ""
  9041.       }
  9042.       lightit: =
  9043.       {
  9044.         Txt = "&"
  9045.         Hint = ""
  9046.       }
  9047.       model: =
  9048.       {
  9049.         Txt = "&"
  9050.         Hint = "The model"
  9051.         Typ = "C"
  9052.         Items = "models\props\tv\tv.md2"
  9053.         values = "models\props\tv\tv.md2"
  9054.       }
  9055.     }
  9056.     props_wall_fall:form =
  9057.     {
  9058.       help ="A wall that falls when trigered  "
  9059.       bbox ='-64 -26 -48 64 26 48'
  9060.       angle: =
  9061.       {
  9062.         Txt = "&"
  9063.         Hint = ""
  9064.       }
  9065.       model: =
  9066.       {
  9067.         Txt = "&"
  9068.         Hint = "The model"
  9069.         Typ = "C"
  9070.         Items = "models\props\wall\wall.mdx"
  9071.         values = "models\props\wall\wall.mdx"
  9072.       }
  9073.       targetname: =
  9074.       {
  9075.         Txt = "&"
  9076.         Hint = ""
  9077.       }
  9078.     }
  9079.     rc_initiation_brush:form =
  9080.     {
  9081.       help =""
  9082.       angle: =
  9083.       {
  9084.         Txt = "&"
  9085.         Hint = ""
  9086.       }
  9087.     }
  9088.     rc_initiation_observer:form =
  9089.     {
  9090.       help =""
  9091.     }
  9092.     smoke_esm:form =
  9093.     {
  9094.       help ="Cool smoke extra-small"
  9095.       bbox ='-8 -8 -8 8 8 8'
  9096.       alphalevel: =
  9097.       {
  9098.         Txt = "&"
  9099.         Hint = " 1 - 10 (default 4)"
  9100.       }
  9101.       option: =
  9102.       {
  9103.         Txt = "&"
  9104.         Hint = ""
  9105.       }
  9106.     }
  9107.     smoke_lg:form =
  9108.     {
  9109.       help ="Cool smoke large"
  9110.       bbox ='-32 -32 -32 32 32 32'
  9111.       _color: =
  9112.       {
  9113.         Txt = "&"
  9114.         Hint = "(R G B intensity)"
  9115.       }
  9116.       _color: =
  9117.       {
  9118.         Typ="L 3"
  9119.         Txt="&"
  9120.         Hint = "Click here to pick the light color"
  9121.       }
  9122.       alphalevel: =
  9123.       {
  9124.         Txt = "&"
  9125.         Hint = " 1 - 10 (default 4)"
  9126.       }
  9127.       angle: =
  9128.       {
  9129.         Txt = "&"
  9130.         Hint = ""
  9131.       }
  9132.       light: =
  9133.       {
  9134.         Txt = "&"
  9135.         Hint = ""
  9136.       }
  9137.       style: =
  9138.       {
  9139.         Txt = "&"
  9140.         Hint = ""
  9141.         Typ = "C"
  9142.         Items = "1"
  9143.         values = "1"
  9144.       }
  9145.     }
  9146.     smoke_med:form =
  9147.     {
  9148.       help ="Cool smoke medium"
  9149.       bbox ='-24 -24 -24 24 24 24'
  9150.       alphalevel: =
  9151.       {
  9152.         Txt = "&"
  9153.         Hint = " 1 - 10 (default 4)"
  9154.       }
  9155.     }
  9156.     smoke_sm:form =
  9157.     {
  9158.       help ="Cool smoke small"
  9159.       bbox ='-16 -16 -16 16 16 16'
  9160.       alphalevel: =
  9161.       {
  9162.         Txt = "&"
  9163.         Hint = " 1 - 10 (default 4)"
  9164.       }
  9165.       light: =
  9166.       {
  9167.         Txt = "&"
  9168.         Hint = ""
  9169.       }
  9170.     }
  9171.     target_changelevel:form =
  9172.     {
  9173.       help ="Changes level to map when fired"
  9174.       bbox ='-8 -8 -8 8 8 8'
  9175.       angle: =
  9176.       {
  9177.         Txt = "&"
  9178.         Hint = ""
  9179.       }
  9180.       map: =
  9181.       {
  9182.         Txt = "&"
  9183.         Hint = ""
  9184.       }
  9185.       targetname: =
  9186.       {
  9187.         Txt = "&"
  9188.         Hint = ""
  9189.       }
  9190.     }
  9191.     target_character:form =
  9192.     {
  9193.       help ="used with target_string (must be on same team)"
  9194.       count: =
  9195.       {
  9196.         Txt = "&"
  9197.         Hint = " is position in the string (starts at 1)"
  9198.       }
  9199.     }
  9200.     target_crosslevel_target:form =
  9201.     {
  9202.       help ="Triggered by a trigger_crosslevel elsewhere within a unit.  If multiple triggers are checked, all must be true.  Delay, target and killtarget also work."
  9203.       bbox ='-8 -8 -8 8 8 8'
  9204.       spawnflags: =
  9205.       {
  9206.         Typ = "X1"
  9207.         Txt = "&"
  9208.         Cap=  "trigger1"
  9209.       }
  9210.       spawnflags: =
  9211.       {
  9212.         Typ = "X2"
  9213.         Txt = "&"
  9214.         Cap=  "trigger2"
  9215.       }
  9216.       spawnflags: =
  9217.       {
  9218.         Typ = "X4"
  9219.         Txt = "&"
  9220.         Cap=  "trigger3"
  9221.       }
  9222.       spawnflags: =
  9223.       {
  9224.         Typ = "X8"
  9225.         Txt = "&"
  9226.         Cap=  "trigger4"
  9227.       }
  9228.       spawnflags: =
  9229.       {
  9230.         Typ = "X16"
  9231.         Txt = "&"
  9232.         Cap=  "trigger5"
  9233.       }
  9234.       spawnflags: =
  9235.       {
  9236.         Typ = "X32"
  9237.         Txt = "&"
  9238.         Cap=  "trigger6"
  9239.       }
  9240.       spawnflags: =
  9241.       {
  9242.         Typ = "X64"
  9243.         Txt = "&"
  9244.         Cap=  "trigger7"
  9245.       }
  9246.       spawnflags: =
  9247.       {
  9248.         Typ = "X128"
  9249.         Txt = "&"
  9250.         Cap=  "trigger8"
  9251.       }
  9252.       cast_group: =
  9253.       {
  9254.         Txt = "&"
  9255.         Hint = ""
  9256.       }
  9257.       delay: =
  9258.       {
  9259.         Txt = "&"
  9260.         Hint = "        delay before using targets if the trigger has been activated (default 1)"
  9261.       }
  9262.       killtarget: =
  9263.       {
  9264.         Txt = "&"
  9265.         Hint = ""
  9266.       }
  9267.       target: =
  9268.       {
  9269.         Txt = "&"
  9270.         Hint = ""
  9271.       }
  9272.     }
  9273.     target_crosslevel_trigger:form =
  9274.     {
  9275.       help ="Once this trigger is touched/used, any trigger_crosslevel_target with the same trigger number is automatically used when a level is started within the same unit.  It is OK to check multiple triggers.  Message, delay, target, and killtarget also work."
  9276.       bbox ='-8 -8 -8 8 8 8'
  9277.       spawnflags: =
  9278.       {
  9279.         Typ = "X1"
  9280.         Txt = "&"
  9281.         Cap=  "trigger1"
  9282.       }
  9283.       spawnflags: =
  9284.       {
  9285.         Typ = "X2"
  9286.         Txt = "&"
  9287.         Cap=  "trigger2"
  9288.       }
  9289.       spawnflags: =
  9290.       {
  9291.         Typ = "X4"
  9292.         Txt = "&"
  9293.         Cap=  "trigger3"
  9294.       }
  9295.       spawnflags: =
  9296.       {
  9297.         Typ = "X8"
  9298.         Txt = "&"
  9299.         Cap=  "trigger4"
  9300.       }
  9301.       spawnflags: =
  9302.       {
  9303.         Typ = "X16"
  9304.         Txt = "&"
  9305.         Cap=  "trigger5"
  9306.       }
  9307.       spawnflags: =
  9308.       {
  9309.         Typ = "X32"
  9310.         Txt = "&"
  9311.         Cap=  "trigger6"
  9312.       }
  9313.       spawnflags: =
  9314.       {
  9315.         Typ = "X64"
  9316.         Txt = "&"
  9317.         Cap=  "trigger7"
  9318.       }
  9319.       spawnflags: =
  9320.       {
  9321.         Typ = "X128"
  9322.         Txt = "&"
  9323.         Cap=  "trigger8"
  9324.       }
  9325.       targetname: =
  9326.       {
  9327.         Txt = "&"
  9328.         Hint = ""
  9329.       }
  9330.     }
  9331.     target_earthquake:form =
  9332.     {
  9333.       help ="When triggered, this initiates a level-wide earthquake. All players and monsters are affected."
  9334.       bbox ='-8 -8 -8 8 8 8'
  9335.       count: =
  9336.       {
  9337.         Txt = "&"
  9338.         Hint = "    duration of the quake (default5)"
  9339.       }
  9340.       speed: =
  9341.       {
  9342.         Txt = "&"
  9343.         Hint = "        severity of the quake (default200)"
  9344.       }
  9345.     }
  9346.     target_explosion:form =
  9347.     {
  9348.       help ="Spawns an explosion temporary entity when used."
  9349.       bbox ='-8 -8 -8 8 8 8'
  9350.       delay: =
  9351.       {
  9352.         Txt = "&"
  9353.         Hint = "        wait this long before going off"
  9354.       }
  9355.       dmg: =
  9356.       {
  9357.         Txt = "&"
  9358.         Hint = "    how much radius damage should be done, defaults to 0"
  9359.       }
  9360.       fxdensity: =
  9361.       {
  9362.         Txt = "&"
  9363.         Hint = " size of explosion 1 - 100 (default is 10)"
  9364.       }
  9365.       targetname: =
  9366.       {
  9367.         Txt = "&"
  9368.         Hint = ""
  9369.       }
  9370.     }
  9371.     target_fire:form =
  9372.     {
  9373.       help =""
  9374.       deadticks: =
  9375.       {
  9376.         Txt = "&"
  9377.         Hint = ""
  9378.       }
  9379.       duration: =
  9380.       {
  9381.         Txt = "&"
  9382.         Hint = ""
  9383.       }
  9384.       fxdensity: =
  9385.       {
  9386.         Txt = "&"
  9387.         Hint = ""
  9388.       }
  9389.       reactdelay: =
  9390.       {
  9391.         Txt = "&"
  9392.         Hint = ""
  9393.       }
  9394.       targetname: =
  9395.       {
  9396.         Txt = "&"
  9397.         Hint = ""
  9398.       }
  9399.     }
  9400.     target_lightramp:form =
  9401.     {
  9402.       help =""
  9403.       bbox ='-8 -8 -8 8 8 8'
  9404.       spawnflags: =
  9405.       {
  9406.         Typ = "X1"
  9407.         Txt = "&"
  9408.         Cap=  "TOGGLE"
  9409.       }
  9410.       message: =
  9411.       {
  9412.         Txt = "&"
  9413.         Hint = "    two letters; starting lightlevel and ending lightlevel"
  9414.       }
  9415.       speed: =
  9416.       {
  9417.         Txt = "&"
  9418.         Hint = "    How many seconds the ramping will take"
  9419.       }
  9420.     }
  9421.     target_spawner:form =
  9422.     {
  9423.       help ="Set target to the type of entity you want spawned. Useful for spawning monsters and gibs in the factory levels.For monsters Set direction to the facing you want it to have.For gibs Set direction if you want it moving and  speed how fast it should be moving otherwise it will just be dropped"
  9424.       bbox ='-8 -8 -8 8 8 8'
  9425.       spawnflags: =
  9426.       {
  9427.         Typ = "X1"
  9428.         Txt = "&"
  9429.         Cap=  "1"
  9430.       }
  9431.       spawnflags: =
  9432.       {
  9433.         Typ = "X2"
  9434.         Txt = "&"
  9435.         Cap=  "2"
  9436.       }
  9437.       spawnflags: =
  9438.       {
  9439.         Typ = "X4"
  9440.         Txt = "&"
  9441.         Cap=  "3"
  9442.       }
  9443.       spawnflags: =
  9444.       {
  9445.         Typ = "X8"
  9446.         Txt = "&"
  9447.         Cap=  "4"
  9448.       }
  9449.       spawnflags: =
  9450.       {
  9451.         Typ = "X16"
  9452.         Txt = "&"
  9453.         Cap=  "5"
  9454.       }
  9455.       spawnflags: =
  9456.       {
  9457.         Typ = "X32"
  9458.         Txt = "&"
  9459.         Cap=  "6"
  9460.       }
  9461.     }
  9462.     target_speaker:form =
  9463.     {
  9464.       help ="Normal sounds play each time the target is used.  The reliable flag can be set for crucial voiceovers.Looped sounds are always atten 3 / vol 1, and the use function toggles it on/off.Multiple identical looping sounds will just increase volume without any speed cost."
  9465.       bbox ='-8 -8 -8 8 8 8'
  9466.       spawnflags: =
  9467.       {
  9468.         Typ = "X1"
  9469.         Txt = "&"
  9470.         Cap=  "looped-on"
  9471.       }
  9472.       spawnflags: =
  9473.       {
  9474.         Typ = "X2"
  9475.         Txt = "&"
  9476.         Cap=  "looped-off"
  9477.       }
  9478.       spawnflags: =
  9479.       {
  9480.         Typ = "X4"
  9481.         Txt = "&"
  9482.         Cap=  "reliable"
  9483.       }
  9484.       _color: =
  9485.       {
  9486.         Txt = "&"
  9487.         Hint = "(R G B intensity)"
  9488.       }
  9489.       _color: =
  9490.       {
  9491.         Typ="L 3"
  9492.         Txt="&"
  9493.         Hint = "Click here to pick the light color"
  9494.       }
  9495.       angle: =
  9496.       {
  9497.         Txt = "&"
  9498.         Hint = ""
  9499.       }
  9500.       attenuation: =
  9501.       {
  9502.         Txt = "&"
  9503.         Hint = " -1 = none, send to whole level 1 = normal fighting sounds 2 = idle sound level 3 = ambient sound level"
  9504.       }
  9505.       delay: =
  9506.       {
  9507.         Txt = "&"
  9508.         Hint = ""
  9509.       }
  9510.       light: =
  9511.       {
  9512.         Txt = "&"
  9513.         Hint = ""
  9514.       }
  9515.       noise: =
  9516.       {
  9517.         Txt = "&"
  9518.         Hint = "    wav file to play"
  9519.       }
  9520.       pathtarget: =
  9521.       {
  9522.         Txt = "&"
  9523.         Hint = ""
  9524.       }
  9525.       random: =
  9526.       {
  9527.         Txt = "&"
  9528.         Hint = ""
  9529.       }
  9530.       sounds: =
  9531.       {
  9532.         Txt = "&"
  9533.         Hint = ""
  9534.         Typ = "C"
  9535.         Items = "sparks"
  9536.         values = "sparks"
  9537.       }
  9538.       style: =
  9539.       {
  9540.         Txt = "&"
  9541.         Hint = ""
  9542.         Typ = "C"
  9543.         Items = "13"
  9544.         values = "13"
  9545.       }
  9546.       targetname: =
  9547.       {
  9548.         Txt = "&"
  9549.         Hint = ""
  9550.       }
  9551.       volume: =
  9552.       {
  9553.         Txt = "&"
  9554.         Hint = "    0.0 to 1.0"
  9555.       }
  9556.       wait: =
  9557.       {
  9558.         Txt = "&"
  9559.         Hint = ""
  9560.       }
  9561.     }
  9562.     target_splash:form =
  9563.     {
  9564.       help ="Creates a particle splash effect when used."
  9565.       bbox ='-8 -8 -8 8 8 8'
  9566.       alphalevel: =
  9567.       {
  9568.         Txt = "&"
  9569.         Hint = " 1 - 10 (default 4) (smoke only)"
  9570.       }
  9571.       count: =
  9572.       {
  9573.         Txt = "&"
  9574.         Hint = "    how many pixels in the splash"
  9575.       }
  9576.       deadticks: =
  9577.       {
  9578.         Txt = "&"
  9579.         Hint = " life in seconds 1 - 60 (default 6) (smoke only)"
  9580.       }
  9581.       dmg: =
  9582.       {
  9583.         Txt = "&"
  9584.         Hint = "    if set, does a radius damage at this location when it splashes useful for lava/sparks"
  9585.       }
  9586.       firetype: =
  9587.       {
  9588.         Txt = "&"
  9589.         Hint = "  smoke size (5 - 32) 5 = extra small  10 = small 24 = med 32 = large (default 24) (smoke only)"
  9590.       }
  9591.       fxdensity: =
  9592.       {
  9593.         Txt = "&"
  9594.         Hint = " speed of rising smoke 1 - 100  (default 24) (smoke only)"
  9595.       }
  9596.       rotate: =
  9597.       {
  9598.         Txt = "&"
  9599.         Hint = " X Y Z velocity to project smoke (up is default) (smoke only)"
  9600.       }
  9601.       sounds: =
  9602.       {
  9603.         Txt = "&"
  9604.         Hint = "  1) sparks 2) blue water 3) brown water 4) slime 5) lava 6) blood 7) fireworks 8) smoke"
  9605.         Typ = "C"
  9606.         Items = "1"$0D"7"$0D"8"$0D"sparks"
  9607.         values = "1"$0D"7"$0D"8"$0D"sparks"
  9608.       }
  9609.       targetname: =
  9610.       {
  9611.         Txt = "&"
  9612.         Hint = ""
  9613.       }
  9614.     }
  9615.     target_string:form =
  9616.     {
  9617.       help =""
  9618.       bbox ='-8 -8 -8 8 8 8'
  9619.     }
  9620.     trigger_always:form =
  9621.     {
  9622.       help ="This trigger will always fire.  It is activated by the world."
  9623.       bbox ='-8 -8 -8 8 8 8'
  9624.       target: =
  9625.       {
  9626.         Txt = "&"
  9627.         Hint = ""
  9628.       }
  9629.     }
  9630.     trigger_counter:form =
  9631.     {
  9632.       help ="Acts as an intermediary for an action that takes multiple inputs.If nomessage is not set, t will print 1 more..  etc when triggered and sequence complete when finished."
  9633.       spawnflags: =
  9634.       {
  9635.         Typ = "X1"
  9636.         Txt = "&"
  9637.         Cap=  "nomessage"
  9638.       }
  9639.       count: =
  9640.       {
  9641.         Txt = "&"
  9642.         Hint = " After the counter has been triggered count times (default 2), it will fire all of it's targets and remove itself."
  9643.       }
  9644.       target: =
  9645.       {
  9646.         Txt = "&"
  9647.         Hint = ""
  9648.       }
  9649.       targetname: =
  9650.       {
  9651.         Txt = "&"
  9652.         Hint = ""
  9653.       }
  9654.     }
  9655.     trigger_elevator:form =
  9656.     {
  9657.       help =""
  9658.       bbox ='-8 -8 -8 8 8 8'
  9659.     }
  9660.     trigger_hurt:form =
  9661.     {
  9662.       help ="Any entity that touches this will be hurt.SILENT            supresses playing the soundSLOW            changes the damage rate to once per secondNO_PROTECTION    *nothing* stops the damage"
  9663.       spawnflags: =
  9664.       {
  9665.         Typ = "X1"
  9666.         Txt = "&"
  9667.         Cap=  "START_OFF"
  9668.       }
  9669.       spawnflags: =
  9670.       {
  9671.         Typ = "X2"
  9672.         Txt = "&"
  9673.         Cap=  "TOGGLE"
  9674.       }
  9675.       spawnflags: =
  9676.       {
  9677.         Typ = "X4"
  9678.         Txt = "&"
  9679.         Cap=  "SILENT"
  9680.       }
  9681.       spawnflags: =
  9682.       {
  9683.         Typ = "X8"
  9684.         Txt = "&"
  9685.         Cap=  "NO_PROTECTION"
  9686.       }
  9687.       spawnflags: =
  9688.       {
  9689.         Typ = "X16"
  9690.         Txt = "&"
  9691.         Cap=  "SLOW"
  9692.       }
  9693.       dmg: =
  9694.       {
  9695.         Txt = "&"
  9696.         Hint = " points of damage each server frame default 5"
  9697.       }
  9698.       targetname: =
  9699.       {
  9700.         Txt = "&"
  9701.         Hint = ""
  9702.       }
  9703.     }
  9704.     trigger_hurt_electric:form =
  9705.     {
  9706.       help =""
  9707.       angle: =
  9708.       {
  9709.         Txt = "&"
  9710.         Hint = ""
  9711.       }
  9712.       count: =
  9713.       {
  9714.         Txt = "&"
  9715.         Hint = ""
  9716.       }
  9717.       dmg: =
  9718.       {
  9719.         Txt = "&"
  9720.         Hint = ""
  9721.       }
  9722.       speed: =
  9723.       {
  9724.         Txt = "&"
  9725.         Hint = ""
  9726.       }
  9727.       targetname: =
  9728.       {
  9729.         Txt = "&"
  9730.         Hint = ""
  9731.       }
  9732.     }
  9733.     trigger_hurt_fire:form =
  9734.     {
  9735.       help ="Any entity that touches this will be hurt.It does dmg points of damage each server frame and burns the playerSILENT            supresses playing the soundSLOW            changes the damage rate to once per secondNO_PROTECTION    *nothing* stops the damage"
  9736.       spawnflags: =
  9737.       {
  9738.         Typ = "X1"
  9739.         Txt = "&"
  9740.         Cap=  "START_OFF"
  9741.       }
  9742.       spawnflags: =
  9743.       {
  9744.         Typ = "X2"
  9745.         Txt = "&"
  9746.         Cap=  "TOGGLE"
  9747.       }
  9748.       spawnflags: =
  9749.       {
  9750.         Typ = "X4"
  9751.         Txt = "&"
  9752.         Cap=  "SILENT"
  9753.       }
  9754.       spawnflags: =
  9755.       {
  9756.         Typ = "X8"
  9757.         Txt = "&"
  9758.         Cap=  "NO_PROTECTION"
  9759.       }
  9760.       spawnflags: =
  9761.       {
  9762.         Typ = "X16"
  9763.         Txt = "&"
  9764.         Cap=  "SLOW"
  9765.       }
  9766.       dmg: =
  9767.       {
  9768.         Txt = "&"
  9769.         Hint = "            default 5 (whole numbers only)"
  9770.       }
  9771.     }
  9772.     trigger_key:form =
  9773.     {
  9774.       help =""
  9775.       item: =
  9776.       {
  9777.         Txt = "&"
  9778.         Hint = ""
  9779.       }
  9780.       target: =
  9781.       {
  9782.         Txt = "&"
  9783.         Hint = ""
  9784.       }
  9785.       targetname: =
  9786.       {
  9787.         Txt = "&"
  9788.         Hint = ""
  9789.       }
  9790.     }
  9791.     trigger_monsterjump:form =
  9792.     {
  9793.       help ="Walking monsters that touch this will jump in the direction of the trigger's angle"
  9794.       height: =
  9795.       {
  9796.         Txt = "&"
  9797.         Hint = " default to 200, the speed thrown upwards"
  9798.       }
  9799.       speed: =
  9800.       {
  9801.         Txt = "&"
  9802.         Hint = " default to 200, the speed thrown forward"
  9803.       }
  9804.     }
  9805.     trigger_motorcycle:form =
  9806.     {
  9807.       help ="Will trigger the motorcycle"
  9808.       target: =
  9809.       {
  9810.         Txt = "&"
  9811.         Hint = ""
  9812.       }
  9813.     }
  9814.     trigger_multiple:form =
  9815.     {
  9816.       help ="Variable sized repeatable trigger.  Must be targeted at one or more entities. If delay is set, the trigger waits some time after activating before firing."
  9817.       spawnflags: =
  9818.       {
  9819.         Typ = "X1"
  9820.         Txt = "&"
  9821.         Cap=  "MONSTER"
  9822.       }
  9823.       spawnflags: =
  9824.       {
  9825.         Typ = "X2"
  9826.         Txt = "&"
  9827.         Cap=  "NOT_PLAYER"
  9828.       }
  9829.       spawnflags: =
  9830.       {
  9831.         Typ = "X4"
  9832.         Txt = "&"
  9833.         Cap=  "TRIGGERED"
  9834.       }
  9835.       angle: =
  9836.       {
  9837.         Txt = "&"
  9838.         Hint = ""
  9839.       }
  9840.       message: =
  9841.       {
  9842.         Txt = "&"
  9843.         Hint = " text string"
  9844.       }
  9845.       sounds: =
  9846.       {
  9847.         Txt = "&"
  9848.         Hint = " 1)    secret 2)    beep beep 3)    large switch 4)"
  9849.         Typ = "C"
  9850.         Items = ""
  9851.         values = ""
  9852.       }
  9853.       target: =
  9854.       {
  9855.         Txt = "&"
  9856.         Hint = ""
  9857.       }
  9858.       targetname: =
  9859.       {
  9860.         Txt = "&"
  9861.         Hint = ""
  9862.       }
  9863.       wait: =
  9864.       {
  9865.         Txt = "&"
  9866.         Hint = " Seconds between triggerings. (.2 default)"
  9867.       }
  9868.     }
  9869.     trigger_once:form =
  9870.     {
  9871.       help ="Triggers once, then removes itself. You must set the key target to the name of another object in the level that has a matching targetname.If TRIGGERED, this trigger must be triggered before it is live."
  9872.       spawnflags: =
  9873.       {
  9874.         Typ = "X1"
  9875.         Txt = "&"
  9876.         Cap=  "x"
  9877.       }
  9878.       spawnflags: =
  9879.       {
  9880.         Typ = "X2"
  9881.         Txt = "&"
  9882.         Cap=  "x"
  9883.       }
  9884.       spawnflags: =
  9885.       {
  9886.         Typ = "X4"
  9887.         Txt = "&"
  9888.         Cap=  "TRIGGERED"
  9889.       }
  9890.       spawnflags: =
  9891.       {
  9892.         Typ = "X8"
  9893.         Txt = "&"
  9894.         Cap=  "SCENERIC"
  9895.       }
  9896.       angle: =
  9897.       {
  9898.         Txt = "&"
  9899.         Hint = ""
  9900.       }
  9901.       killtarget: =
  9902.       {
  9903.         Txt = "&"
  9904.         Hint = ""
  9905.       }
  9906.       message: =
  9907.       {
  9908.         Txt = "&"
  9909.         Hint = "    string to be displayed when triggered"
  9910.       }
  9911.       sounds: =
  9912.       {
  9913.         Txt = "&"
  9914.         Hint = "    secret  2)    beep beep  3)    large switch  4)"
  9915.         Typ = "C"
  9916.         Items = ""
  9917.         values = ""
  9918.       }
  9919.       target: =
  9920.       {
  9921.         Txt = "&"
  9922.         Hint = ""
  9923.       }
  9924.       targetname: =
  9925.       {
  9926.         Txt = "&"
  9927.         Hint = ""
  9928.       }
  9929.     }
  9930.     trigger_push:form =
  9931.     {
  9932.       help ="Pushes the player"
  9933.       spawnflags: =
  9934.       {
  9935.         Typ = "X1"
  9936.         Txt = "&"
  9937.         Cap=  "PUSH_ONCE"
  9938.       }
  9939.       spawnflags: =
  9940.       {
  9941.         Typ = "X2"
  9942.         Txt = "&"
  9943.         Cap=  "PUSH_PLUS"
  9944.       }
  9945.       spawnflags: =
  9946.       {
  9947.         Typ = "X4"
  9948.         Txt = "&"
  9949.         Cap=  "PUSH_RAMP"
  9950.       }
  9951.       angle: =
  9952.       {
  9953.         Txt = "&"
  9954.         Hint = ""
  9955.       }
  9956.       speed: =
  9957.       {
  9958.         Txt = "&"
  9959.         Hint = "  defaults to 1000"
  9960.       }
  9961.       wait: =
  9962.       {
  9963.         Txt = "&"
  9964.         Hint = " defaults to 10 must use PUSH_PLUS  used for on"
  9965.       }
  9966.     }
  9967.     trigger_relay:form =
  9968.     {
  9969.       help ="This fixed size trigger cannot be touched, it can only be fired by other events."
  9970.       bbox ='-8 -8 -8 8 8 8'
  9971.       delay: =
  9972.       {
  9973.         Txt = "&"
  9974.         Hint = ""
  9975.       }
  9976.       fxdensity: =
  9977.       {
  9978.         Txt = "&"
  9979.         Hint = ""
  9980.       }
  9981.       killtarget: =
  9982.       {
  9983.         Txt = "&"
  9984.         Hint = ""
  9985.       }
  9986.       pathtarget: =
  9987.       {
  9988.         Txt = "&"
  9989.         Hint = ""
  9990.       }
  9991.       target: =
  9992.       {
  9993.         Txt = "&"
  9994.         Hint = ""
  9995.       }
  9996.       targetname: =
  9997.       {
  9998.         Txt = "&"
  9999.         Hint = ""
  10000.       }
  10001.     }
  10002.     trigger_unlock:form =
  10003.     {
  10004.       help ="Player will unlock a targeted door when this brush is touchedCan be triggered also!door's key should equal -1"
  10005.       target: =
  10006.       {
  10007.         Txt = "&"
  10008.         Hint = " target ID to match door"
  10009.       }
  10010.       targetname: =
  10011.       {
  10012.         Txt = "&"
  10013.         Hint = ""
  10014.       }
  10015.     }
  10016.     weapon_bazooka:form =
  10017.     {
  10018.       help =""
  10019.       bbox ='-16 -16 -16 16 16 16'
  10020.       angle: =
  10021.       {
  10022.         Txt = "&"
  10023.         Hint = ""
  10024.       }
  10025.       model: =
  10026.       {
  10027.         Txt = "&"
  10028.         Hint = "The model"
  10029.         Typ = "C"
  10030.         Items = "models/weapons/g_rocket_launcher/tris.md2"
  10031.         values = "models/weapons/g_rocket_launcher/tris.md2"
  10032.       }
  10033.     }
  10034.     weapon_crowbar:form =
  10035.     {
  10036.       help =""
  10037.       bbox ='-16 -16 -16 16 16 16'
  10038.       angle: =
  10039.       {
  10040.         Txt = "&"
  10041.         Hint = ""
  10042.       }
  10043.       model: =
  10044.       {
  10045.         Txt = "&"
  10046.         Hint = "The model"
  10047.         Typ = "C"
  10048.         Items = "models/weapons/g_crowbar/tris.md2"
  10049.         values = "models/weapons/g_crowbar/tris.md2"
  10050.       }
  10051.     }
  10052.     weapon_flamethrower:form =
  10053.     {
  10054.       help =""
  10055.       bbox ='-16 -16 -16 16 16 16'
  10056.       angle: =
  10057.       {
  10058.         Txt = "&"
  10059.         Hint = ""
  10060.       }
  10061.       model: =
  10062.       {
  10063.         Txt = "&"
  10064.         Hint = "The model"
  10065.         Typ = "C"
  10066.         Items = "models/pu_icon/flame_shell/tris.md2"
  10067.         values = "models/pu_icon/flame_shell/tris.md2"
  10068.       }
  10069.     }
  10070.     weapon_grenadelauncher:form =
  10071.     {
  10072.       help =""
  10073.       bbox ='-16 -16 -16 16 16 16'
  10074.       angle: =
  10075.       {
  10076.         Txt = "&"
  10077.         Hint = ""
  10078.       }
  10079.       model: =
  10080.       {
  10081.         Txt = "&"
  10082.         Hint = "The model"
  10083.         Typ = "C"
  10084.         Items = "models/weapons/g_grenade_launcher/tris.md2"
  10085.         values = "models/weapons/g_grenade_launcher/tris.md2"
  10086.       }
  10087.     }
  10088.     weapon_heavymachinegun:form =
  10089.     {
  10090.       help =""
  10091.       bbox ='-16 -16 -16 16 16 16'
  10092.       angle: =
  10093.       {
  10094.         Txt = "&"
  10095.         Hint = ""
  10096.       }
  10097.       model: =
  10098.       {
  10099.         Txt = "&"
  10100.         Hint = "The model"
  10101.         Typ = "C"
  10102.         Items = "models/weapons/g_hmg/tris.md2"
  10103.         values = "models/weapons/g_hmg/tris.md2"
  10104.       }
  10105.     }
  10106.     weapon_pistol:form =
  10107.     {
  10108.       help =""
  10109.       bbox ='-16 -16 -16 16 16 16'
  10110.       angle: =
  10111.       {
  10112.         Txt = "&"
  10113.         Hint = ""
  10114.       }
  10115.       model: =
  10116.       {
  10117.         Txt = "&"
  10118.         Hint = "The model"
  10119.         Typ = "C"
  10120.         Items = "models/weapons/g_pistol/tris.md2"
  10121.         values = "models/weapons/g_pistol/tris.md2"
  10122.       }
  10123.     }
  10124.     weapon_shotgun:form =
  10125.     {
  10126.       help =""
  10127.       bbox ='-16 -16 -16 16 16 16'
  10128.       angle: =
  10129.       {
  10130.         Txt = "&"
  10131.         Hint = ""
  10132.       }
  10133.       model: =
  10134.       {
  10135.         Txt = "&"
  10136.         Hint = "The model"
  10137.         Typ = "C"
  10138.         Items = "models/weapons/g_shotgun/tris.md2"
  10139.         values = "models/weapons/g_shotgun/tris.md2"
  10140.       }
  10141.     }
  10142.     weapon_tommygun:form =
  10143.     {
  10144.       help =""
  10145.       bbox ='-16 -16 -16 16 16 16'
  10146.       angle: =
  10147.       {
  10148.         Txt = "&"
  10149.         Hint = ""
  10150.       }
  10151.       model: =
  10152.       {
  10153.         Txt = "&"
  10154.         Hint = "The model"
  10155.         Typ = "C"
  10156.         Items = "models/weapons/g_tomgun/tris.md2"
  10157.         values = "models/weapons/g_tomgun/tris.md2"
  10158.       }
  10159.     }
  10160.     worldspawn:form =
  10161.     {
  10162.       help ="Only used for the world."
  10163.       _sun_angle: =
  10164.       {
  10165.         Txt = "&"
  10166.         Hint = ""
  10167.       }
  10168.       _sun_color: =
  10169.       {
  10170.         Txt = "&"
  10171.         Hint = ""
  10172.       }
  10173.       _sun_diffuse: =
  10174.       {
  10175.         Txt = "&"
  10176.         Hint = ""
  10177.       }
  10178.       _sun_light: =
  10179.       {
  10180.         Txt = "&"
  10181.         Hint = ""
  10182.       }
  10183.       _sun_surface: =
  10184.       {
  10185.         Txt = "&"
  10186.         Hint = ""
  10187.       }
  10188.       _sun_target: =
  10189.       {
  10190.         Txt = "&"
  10191.         Hint = ""
  10192.       }
  10193.       angle: =
  10194.       {
  10195.         Txt = "&"
  10196.         Hint = ""
  10197.       }
  10198.       episode: =
  10199.       {
  10200.         Txt = "&"
  10201.         Hint = "    Kingpin episode number"
  10202.       }
  10203.       fogdensity: =
  10204.       {
  10205.         Txt = "&"
  10206.         Hint = " fog density for opengl cards"
  10207.       }
  10208.       fogdensity2: =
  10209.       {
  10210.         Txt = "&"
  10211.         Hint = " fog density for 3dfx cards"
  10212.       }
  10213.       fogval: =
  10214.       {
  10215.         Txt = "&"
  10216.         Hint = " RGB values of fog for opengl cards"
  10217.       }
  10218.       fogval2: =
  10219.       {
  10220.         Txt = "&"
  10221.         Hint = " values of fog for 3dfx cards"
  10222.       }
  10223.       gravity: =
  10224.       {
  10225.         Txt = "&"
  10226.         Hint = "    800 is default gravity"
  10227.       }
  10228.       light: =
  10229.       {
  10230.         Txt = "&"
  10231.         Hint = ""
  10232.       }
  10233.       message: =
  10234.       {
  10235.         Txt = "&"
  10236.         Hint = " to print at user logon"
  10237.       }
  10238.       moral: =
  10239.       {
  10240.         Txt = "&"
  10241.         Hint = ""
  10242.         Typ = "C"
  10243.         Items = "5"
  10244.         values = "5"
  10245.       }
  10246.       nextmap: =
  10247.       {
  10248.         Txt = "&"
  10249.         Hint = ""
  10250.       }
  10251.       rotate: =
  10252.       {
  10253.         Txt = "&"
  10254.         Hint = ""
  10255.       }
  10256.       sky: =
  10257.       {
  10258.         Txt = "&"
  10259.         Hint = "    environment map name"
  10260.       }
  10261.       sounds: =
  10262.       {
  10263.         Txt = "&"
  10264.         Hint = "    music cd track number"
  10265.         Typ = "C"
  10266.         Items = "2"$0D"3"$0D"4"$0D"5"$0D"6"$0D"7"
  10267.         values = "2"$0D"3"$0D"4"$0D"5"$0D"6"$0D"7"
  10268.       }
  10269.       speed: =
  10270.       {
  10271.         Txt = "&"
  10272.         Hint = ""
  10273.       }
  10274.     }
  10275.   }
  10276.   
  10277. // File written by perlkp.pl 0.3 2000-06-04 
  10278.  
  10279.  
  10280.   Textures.qtx =
  10281.   {
  10282.     ToolBox = "Texture Browser..."
  10283.     Root = "Kingpin Textures.qtxfolder"
  10284.     Kingpin Textures.qtxfolder =
  10285.     {
  10286.       bricks.txlist =
  10287.       {
  10288.         bricks/b_cp_v10x.wl ={ k = "main" v = "" f = "" c = ""}
  10289.         bricks/b_cp_v11.wl ={ k = "main" v = "" f = "" c = ""}
  10290.         bricks/b_cp_v13.wl ={ k = "main" v = "" f = "" c = ""}
  10291.         bricks/b_cp_v15.wl ={ k = "main" v = "" f = "" c = ""}
  10292.         bricks/b_cp_v15a.wl ={ k = "main" v = "" f = "" c = ""}
  10293.         bricks/b_cp_v16.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10294.         bricks/b_cp_v18.wl ={ k = "main" v = "" f = "" c = ""}
  10295.         bricks/b_cp_v18a.wl ={ k = "main" v = "" f = "" c = ""}
  10296.         bricks/b_cp_v18an.wl ={ k = "main" v = "" f = "" c = ""}
  10297.         bricks/b_cp_v18c.wl ={ k = "main" v = "" f = "" c = ""}
  10298.         bricks/b_cp_v18e.wl ={ k = "main" v = "" f = "" c = ""}
  10299.         bricks/b_cp_v18ea.wl ={ k = "main" v = "" f = "" c = ""}
  10300.         bricks/b_cp_v18g.wl ={ k = "main" v = "" f = "" c = ""}
  10301.         bricks/b_cp_v19.wl ={ k = "main" v = "" f = "" c = ""}
  10302.         bricks/b_cp_v19ab.wl ={ k = "main" v = "" f = "" c = ""}
  10303.         bricks/b_cp_v19ac.wl ={ k = "main" v = "" f = "" c = ""}
  10304.         bricks/b_cp_v19ad.wl ={ k = "main" v = "" f = "" c = ""}
  10305.         bricks/b_cp_v19b.wl ={ k = "main" v = "" f = "" c = ""}
  10306.         bricks/b_cp_v19d.wl ={ k = "main" v = "" f = "" c = ""}
  10307.         bricks/b_cp_v22.wl ={ k = "main" v = "" f = "" c = ""}
  10308.         bricks/b_cp_v23.wl ={ k = "main" v = "" f = "" c = ""}
  10309.         bricks/b_cp_v23a.wl ={ k = "main" v = "" f = "" c = ""}
  10310.         bricks/b_cp_v25.wl ={ k = "main" v = "" f = "" c = ""}
  10311.         bricks/b_cp_v31.wl ={ k = "main" v = "" f = "" c = ""}
  10312.         bricks/b_cp_v31aa.wl ={ k = "main" v = "" f = "" c = ""}
  10313.         bricks/b_cp_v32.wl ={ k = "main" v = "" f = "" c = ""}
  10314.         bricks/b_cp_v33b.wl ={ k = "main" v = "" f = "" c = ""}
  10315.         bricks/b_cp_v4.wl ={ k = "main" v = "" f = "" c = ""}
  10316.         bricks/b_cp_v8.wl ={ k = "main" v = "" f = "" c = ""}
  10317.         bricks/b_cp_v9.wl ={ k = "main" v = "" f = "" c = ""}
  10318.         bricks/b_cp_v9b.wl ={ k = "main" v = "" f = "" c = ""}
  10319.         bricks/b_hl_v2.wl ={ k = "main" v = "" f = "" c = ""}
  10320.         bricks/b_hl_v2a.wl ={ k = "main" v = "" f = "" c = ""}
  10321.         bricks/b_hl_v2b.wl ={ k = "main" v = "" f = "" c = ""}
  10322.         bricks/b_hl_v2e.wl ={ k = "main" v = "" f = "" c = ""}
  10323.         bricks/b_hl_v2j.wl ={ k = "main" v = "" f = "" c = ""}
  10324.         bricks/b_mf_v1.wl ={ k = "main" v = "" f = "" c = ""}
  10325.         bricks/b_mf_v12.wl ={ k = "main" v = "" f = "" c = ""}
  10326.         bricks/b_mf_v12b.wl ={ k = "main" v = "" f = "" c = ""}
  10327.         bricks/b_mf_v2.wl ={ k = "main" v = "" f = "" c = ""}
  10328.         bricks/b_mf_v2a.wl ={ k = "main" v = "" f = "" c = ""}
  10329.         bricks/b_mf_v2b.wl ={ k = "main" v = "" f = "" c = ""}
  10330.         bricks/b_mf_v3.wl ={ k = "main" v = "" f = "" c = ""}
  10331.         bricks/b_mf_v4.wl ={ k = "main" v = "" f = "" c = ""}
  10332.         bricks/b_mf_v5.wl ={ k = "main" v = "" f = "" c = ""}
  10333.         bricks/b_mf_v6a.wl ={ k = "main" v = "" f = "" c = ""}
  10334.         bricks/b_mf_v8a.wl ={ k = "main" v = "" f = "" c = ""}
  10335.         bricks/b_pv_v1.wl ={ k = "main" v = "" f = "" c = ""}
  10336.         bricks/b_pv_v1a.wl ={ k = "main" v = "" f = "" c = ""}
  10337.         bricks/b_pv_v1b.wl ={ k = "main" v = "" f = "" c = ""}
  10338.         bricks/b_pv_v1c.wl ={ k = "main" v = "" f = "" c = ""}
  10339.         bricks/b_pv_v1ca.wl ={ k = "main" v = "" f = "" c = ""}
  10340.         bricks/b_pv_v1cb.wl ={ k = "main" v = "" f = "" c = ""}
  10341.         bricks/b_pv_v1d.wl ={ k = "main" v = "" f = "" c = ""}
  10342.         bricks/b_pv_v1e.wl ={ k = "main" v = "" f = "" c = ""}
  10343.         bricks/b_pv_v2.wl ={ k = "main" v = "" f = "" c = ""}
  10344.         bricks/b_pv_v3.wl ={ k = "main" v = "" f = "" c = ""}
  10345.         bricks/b_pv_v3a.wl ={ k = "main" v = "" f = "" c = ""}
  10346.         bricks/b_pv_v3b.wl ={ k = "main" v = "" f = "" c = ""}
  10347.         bricks/b_pv_v3c.wl ={ k = "main" v = "" f = "" c = ""}
  10348.         bricks/b_rc_v10.wl ={ k = "main" v = "" f = "" c = ""}
  10349.         bricks/b_rc_v10aa.wl ={ k = "main" v = "" f = "" c = ""}
  10350.         bricks/b_rc_v10ab.wl ={ k = "main" v = "" f = "" c = ""}
  10351.         bricks/b_rc_v13.wl ={ k = "main" v = "" f = "" c = ""}
  10352.         bricks/b_rc_v13a.wl ={ k = "main" v = "" f = "" c = ""}
  10353.         bricks/b_rc_v13b.wl ={ k = "main" v = "" f = "" c = ""}
  10354.         bricks/b_rc_v13c.wl ={ k = "main" v = "" f = "" c = ""}
  10355.         bricks/b_rc_v15.wl ={ k = "main" v = "" f = "" c = ""}
  10356.         bricks/b_rc_v16.wl ={ k = "main" v = "0" f = "67108864" c = "0"}
  10357.         bricks/b_rc_v16a.wl ={ k = "main" v = "0" f = "67108864" c = "0"}
  10358.         bricks/b_rc_v19.wl ={ k = "main" v = "0" f = "67108864" c = "0"}
  10359.         bricks/b_rc_v2.wl ={ k = "main" v = "" f = "" c = ""}
  10360.         bricks/b_rc_v20.wl ={ k = "main" v = "0" f = "67108864" c = "0"}
  10361.         bricks/b_rc_v23.wl ={ k = "main" v = "" f = "" c = ""}
  10362.         bricks/b_rc_v24.wl ={ k = "main" v = "" f = "" c = ""}
  10363.         bricks/b_rc_v24a.wl ={ k = "main" v = "" f = "" c = ""}
  10364.         bricks/b_rc_v25.wl ={ k = "main" v = "" f = "" c = ""}
  10365.         bricks/b_rc_v26.wl ={ k = "main" v = "" f = "" c = ""}
  10366.         bricks/b_rc_v27.wl ={ k = "main" v = "" f = "" c = ""}
  10367.         bricks/b_rc_v28.wl ={ k = "main" v = "" f = "" c = ""}
  10368.         bricks/b_rc_v29.wl ={ k = "main" v = "" f = "" c = ""}
  10369.         bricks/b_rc_v3.wl ={ k = "main" v = "" f = "" c = ""}
  10370.         bricks/b_rc_v4.wl ={ k = "main" v = "0" f = "1048576" c = "0"}
  10371.         bricks/b_rc_v5.wl ={ k = "main" v = "" f = "" c = ""}
  10372.         bricks/b_rc_v6.wl ={ k = "main" v = "" f = "" c = ""}
  10373.         bricks/b_rc_v7.wl ={ k = "main" v = "" f = "" c = ""}
  10374.         bricks/b_rc_v8.wl ={ k = "main" v = "" f = "" c = ""}
  10375.         bricks/b_rc_v9.wl ={ k = "main" v = "" f = "" c = ""}
  10376.         bricks/b_si_v.wl ={ k = "main" v = "" f = "" c = ""}
  10377.         bricks/b_sr_20.wl ={ k = "main" v = "" f = "" c = ""}
  10378.         bricks/b_sr_20a.wl ={ k = "main" v = "" f = "" c = ""}
  10379.         bricks/b_sr_20aa.wl ={ k = "main" v = "" f = "" c = ""}
  10380.         bricks/b_sr_20ag.wl ={ k = "main" v = "" f = "" c = ""}
  10381.         bricks/b_sr_20ap.wl ={ k = "main" v = "" f = "" c = ""}
  10382.         bricks/b_sr_20b.wl ={ k = "main" v = "" f = "" c = ""}
  10383.         bricks/b_sr_20mm.wl ={ k = "main" v = "" f = "" c = ""}
  10384.         bricks/b_sr_20x.wl ={ k = "main" v = "" f = "" c = ""}
  10385.         bricks/b_sr_20z.wl ={ k = "main" v = "" f = "" c = ""}
  10386.         bricks/b_sr_21.wl ={ k = "main" v = "" f = "" c = ""}
  10387.         bricks/b_sr_22.wl ={ k = "main" v = "" f = "" c = ""}
  10388.         bricks/b_sr_23.wl ={ k = "main" v = "" f = "" c = ""}
  10389.         bricks/b_sr_24.wl ={ k = "main" v = "" f = "" c = ""}
  10390.         bricks/b_sr_25.wl ={ k = "main" v = "" f = "" c = ""}
  10391.         bricks/b_sr_26.wl ={ k = "main" v = "" f = "" c = ""}
  10392.         bricks/b_sr_c01.wl ={ k = "main" v = "" f = "" c = ""}
  10393.         bricks/b_sr_c02.wl ={ k = "main" v = "" f = "" c = ""}
  10394.         bricks/b_sr_c03.wl ={ k = "main" v = "" f = "" c = ""}
  10395.         bricks/b_sr_c04.wl ={ k = "main" v = "" f = "" c = ""}
  10396.         bricks/b_sr_c05.wl ={ k = "main" v = "" f = "" c = ""}
  10397.         bricks/b_sr_c06.wl ={ k = "main" v = "" f = "" c = ""}
  10398.         bricks/b_sr_c07.wl ={ k = "main" v = "" f = "" c = ""}
  10399.         bricks/b_sr_c09.wl ={ k = "main" v = "" f = "" c = ""}
  10400.         bricks/b_sr_c09aa.wl ={ k = "main" v = "" f = "" c = ""}
  10401.         bricks/b_sr_c10.wl ={ k = "main" v = "" f = "" c = ""}
  10402.         bricks/b_sr_c11.wl ={ k = "main" v = "" f = "" c = ""}
  10403.         bricks/b_sr_c12.wl ={ k = "main" v = "" f = "" c = ""}
  10404.         bricks/b_sr_c12a.wl ={ k = "main" v = "" f = "" c = ""}
  10405.         bricks/b_sr_c13.wl ={ k = "main" v = "" f = "" c = ""}
  10406.         bricks/b_sr_c14.wl ={ k = "main" v = "" f = "" c = ""}
  10407.         bricks/b_sr_c15.wl ={ k = "main" v = "" f = "" c = ""}
  10408.         bricks/b_sr_c16.wl ={ k = "main" v = "" f = "" c = ""}
  10409.         bricks/b_sr_c17.wl ={ k = "main" v = "" f = "" c = ""}
  10410.         bricks/b_sr_c20.wl ={ k = "main" v = "" f = "" c = ""}
  10411.         bricks/b_sr_c21.wl ={ k = "main" v = "" f = "" c = ""}
  10412.         bricks/b_sr_c22.wl ={ k = "main" v = "" f = "" c = ""}
  10413.         bricks/b_sr_c23.wl ={ k = "main" v = "" f = "" c = ""}
  10414.         bricks/b_sr_c26.wl ={ k = "main" v = "" f = "" c = ""}
  10415.         bricks/b_sr_c26d.wl ={ k = "main" v = "" f = "" c = ""}
  10416.         bricks/b_sr_c27.wl ={ k = "main" v = "" f = "" c = ""}
  10417.         bricks/b_sr_c29c.wl ={ k = "main" v = "" f = "" c = ""}
  10418.         bricks/b_sr_c31.wl ={ k = "main" v = "" f = "" c = ""}
  10419.         bricks/b_sr_mv1.wl ={ k = "main" v = "" f = "" c = ""}
  10420.         bricks/b_sr_v12.wl ={ k = "main" v = "" f = "" c = ""}
  10421.         bricks/b_sr_v18.wl ={ k = "main" v = "" f = "" c = ""}
  10422.         bricks/b_sr_v19.wl ={ k = "main" v = "" f = "" c = ""}
  10423.         bricks/b_sr_v19a.wl ={ k = "main" v = "" f = "" c = ""}
  10424.         bricks/b_sr_v19c.wl ={ k = "main" v = "" f = "" c = ""}
  10425.         bricks/b_sr_v19d.wl ={ k = "main" v = "" f = "" c = ""}
  10426.         bricks/b_sr_v20.wl ={ k = "main" v = "" f = "" c = ""}
  10427.         bricks/b_sr_v20b.wl ={ k = "main" v = "" f = "" c = ""}
  10428.         bricks/b_sr_v22.wl ={ k = "main" v = "" f = "" c = ""}
  10429.         bricks/b_sr_v22a.wl ={ k = "main" v = "" f = "" c = ""}
  10430.         bricks/b_sr_v23a.wl ={ k = "main" v = "" f = "" c = ""}
  10431.         bricks/b_sr_v23b.wl ={ k = "main" v = "" f = "" c = ""}
  10432.         bricks/b_sr_v24.wl ={ k = "main" v = "" f = "" c = ""}
  10433.         bricks/b_sr_v24t.wl ={ k = "main" v = "" f = "" c = ""}
  10434.         bricks/b_sr_v25b.wl ={ k = "main" v = "" f = "" c = ""}
  10435.         bricks/b_sr_v25c.wl ={ k = "main" v = "" f = "" c = ""}
  10436.         bricks/b_sr_v26.wl ={ k = "main" v = "" f = "" c = ""}
  10437.         bricks/b_sr_v26a.wl ={ k = "main" v = "" f = "" c = ""}
  10438.         bricks/b_sr_v27.wl ={ k = "main" v = "" f = "" c = ""}
  10439.         bricks/b_sr_v27a.wl ={ k = "main" v = "" f = "" c = ""}
  10440.         bricks/b_sr_v27b.wl ={ k = "main" v = "" f = "" c = ""}
  10441.         bricks/b_sr_v27c.wl ={ k = "main" v = "" f = "" c = ""}
  10442.         bricks/b_sr_v27d.wl ={ k = "main" v = "" f = "" c = ""}
  10443.         bricks/b_sr_v28.wl ={ k = "main" v = "" f = "" c = ""}
  10444.         bricks/b_sr_v28a.wl ={ k = "main" v = "" f = "" c = ""}
  10445.         bricks/b_sr_v28b.wl ={ k = "main" v = "" f = "" c = ""}
  10446.         bricks/b_sr_v28d.wl ={ k = "main" v = "" f = "" c = ""}
  10447.         bricks/b_sr_v28e.wl ={ k = "main" v = "" f = "" c = ""}
  10448.         bricks/b_sr_v29.wl ={ k = "main" v = "" f = "" c = ""}
  10449.         bricks/b_sr_v29a.wl ={ k = "main" v = "" f = "" c = ""}
  10450.         bricks/b_sr_v29d.wl ={ k = "main" v = "" f = "" c = ""}
  10451.         bricks/b_sr_v30.wl ={ k = "main" v = "" f = "" c = ""}
  10452.         bricks/b_sr_v30a.wl ={ k = "main" v = "" f = "" c = ""}
  10453.         bricks/b_sr_v30aw.wl ={ k = "main" v = "" f = "" c = ""}
  10454.         bricks/b_sr_v30c.wl ={ k = "main" v = "" f = "" c = ""}
  10455.         bricks/b_sr_v30d.wl ={ k = "main" v = "" f = "" c = ""}
  10456.         bricks/b_sr_v30e.wl ={ k = "main" v = "" f = "" c = ""}
  10457.         bricks/b_sr_v30h.wl ={ k = "main" v = "" f = "" c = ""}
  10458.         bricks/b_sr_v30i.wl ={ k = "main" v = "" f = "" c = ""}
  10459.         bricks/b_sr_v30j.wl ={ k = "main" v = "" f = "" c = ""}
  10460.         bricks/b_sr_v30k.wl ={ k = "main" v = "" f = "" c = ""}
  10461.         bricks/b_sr_v30l.wl ={ k = "main" v = "" f = "" c = ""}
  10462.         bricks/b_sr_v30w.wl ={ k = "main" v = "" f = "" c = ""}
  10463.         bricks/b_sr_v31.wl ={ k = "main" v = "" f = "" c = ""}
  10464.         bricks/b_sr_v31a.wl ={ k = "main" v = "" f = "" c = ""}
  10465.         bricks/b_sr_v31b.wl ={ k = "main" v = "" f = "" c = ""}
  10466.         bricks/b_sr_v31c.wl ={ k = "main" v = "" f = "" c = ""}
  10467.         bricks/b_sr_v31d.wl ={ k = "main" v = "" f = "" c = ""}
  10468.         bricks/b_sr_v31f.wl ={ k = "main" v = "" f = "" c = ""}
  10469.         bricks/br_rc_v1.wl ={ k = "main" v = "" f = "" c = ""}
  10470.         bricks/br_rc_v1a.wl ={ k = "main" v = "" f = "" c = ""}
  10471.         bricks/br_rc_v1m1.wl ={ k = "main" v = "" f = "" c = ""}
  10472.         bricks/br_sr_20ms.wl ={ k = "main" v = "" f = "" c = ""}
  10473.         bricks/br_sr_20ms1.wl ={ k = "main" v = "" f = "" c = ""}
  10474.         bricks/c_mf_v1.wl ={ k = "main" v = "" f = "" c = ""}
  10475.         bricks/c_mf_v10a.wl ={ k = "main" v = "" f = "" c = ""}
  10476.         bricks/c_mf_v2a.wl ={ k = "main" v = "" f = "" c = ""}
  10477.         bricks/c_mf_v2b.wl ={ k = "main" v = "" f = "" c = ""}
  10478.         bricks/c_mf_v3.wl ={ k = "main" v = "" f = "" c = ""}
  10479.         bricks/c_mf_v3a.wl ={ k = "main" v = "" f = "" c = ""}
  10480.         bricks/c_mf_v3b.wl ={ k = "main" v = "" f = "" c = ""}
  10481.         bricks/c_mf_v3c.wl ={ k = "main" v = "" f = "" c = ""}
  10482.         bricks/c_mf_v3d.wl ={ k = "main" v = "" f = "" c = ""}
  10483.         bricks/c_mf_v5.wl ={ k = "main" v = "" f = "" c = ""}
  10484.         bricks/c_mf_v7.wl ={ k = "main" v = "" f = "" c = ""}
  10485.         bricks/c_mf_v7c.wl ={ k = "main" v = "" f = "" c = ""}
  10486.         bricks/c_mf_v7d.wl ={ k = "main" v = "" f = "" c = ""}
  10487.         bricks/c_mf_v7e.wl ={ k = "main" v = "" f = "" c = ""}
  10488.         bricks/c_pv_18.wl ={ k = "main" v = "" f = "" c = ""}
  10489.         bricks/c_pv_18a.wl ={ k = "main" v = "" f = "" c = ""}
  10490.         bricks/c_pv_18b.wl ={ k = "main" v = "" f = "" c = ""}
  10491.         bricks/c_pv_m1.wl ={ k = "main" v = "" f = "" c = ""}
  10492.         bricks/c_pv_m2.wl ={ k = "main" v = "" f = "" c = ""}
  10493.         bricks/c_pv_m22.wl ={ k = "main" v = "" f = "" c = ""}
  10494.         bricks/c_pv_m23.wl ={ k = "main" v = "" f = "" c = ""}
  10495.         bricks/c_pv_m2g.wl ={ k = "main" v = "" f = "" c = ""}
  10496.         bricks/c_pv_m2gg.wl ={ k = "main" v = "" f = "" c = ""}
  10497.         bricks/c_pv_m2pp.wl ={ k = "main" v = "" f = "" c = ""}
  10498.         bricks/c_pv_m2y.wl ={ k = "main" v = "" f = "" c = ""}
  10499.         bricks/c_pv_m3.wl ={ k = "main" v = "" f = "" c = ""}
  10500.         bricks/c_pv_v1b.wl ={ k = "main" v = "" f = "" c = ""}
  10501.         bricks/c_pv_v2k.wl ={ k = "main" v = "" f = "" c = ""}
  10502.         bricks/c_pv_v3y.wl ={ k = "main" v = "" f = "" c = ""}
  10503.         bricks/c_sr_m1a.wl ={ k = "main" v = "" f = "" c = ""}
  10504.         bricks/c_sr_m1a1.wl ={ k = "main" v = "" f = "" c = ""}
  10505.         bricks/c_sr_m1d.wl ={ k = "main" v = "" f = "" c = ""}
  10506.         bricks/c_sr_m2.wl ={ k = "main" v = "" f = "" c = ""}
  10507.         bricks/c_sr_m2a.wl ={ k = "main" v = "" f = "" c = ""}
  10508.         bricks/c_sr_m2b.wl ={ k = "main" v = "" f = "" c = ""}
  10509.         bricks/c_sr_m2c.wl ={ k = "main" v = "" f = "" c = ""}
  10510.         bricks/c_sr_m2d.wl ={ k = "main" v = "" f = "" c = ""}
  10511.         bricks/c_sr_m2e.wl ={ k = "main" v = "" f = "" c = ""}
  10512.         bricks/c_sr_m3.wl ={ k = "main" v = "" f = "" c = ""}
  10513.         bricks/c_sr_m3a.wl ={ k = "main" v = "" f = "" c = ""}
  10514.         bricks/c_sr_m3aa.wl ={ k = "main" v = "" f = "" c = ""}
  10515.         bricks/c_sr_m3ba.wl ={ k = "main" v = "" f = "" c = ""}
  10516.         bricks/c_sr_m7.wl ={ k = "main" v = "" f = "" c = ""}
  10517.         bricks/c_sr_m8.wl ={ k = "main" v = "" f = "" c = ""}
  10518.         bricks/c_sr_m8a.wl ={ k = "main" v = "" f = "" c = ""}
  10519.         bricks/c_sr_m8b.wl ={ k = "main" v = "" f = "" c = ""}
  10520.         bricks/c_sr_m8d.wl ={ k = "main" v = "" f = "" c = ""}
  10521.         bricks/c_sr_m8e.wl ={ k = "main" v = "" f = "" c = ""}
  10522.         bricks/c_sr_m9.wl ={ k = "main" v = "" f = "" c = ""}
  10523.         bricks/c_sr_m9a.wl ={ k = "main" v = "" f = "" c = ""}
  10524.         bricks/c_sr_m9c.wl ={ k = "main" v = "" f = "" c = ""}
  10525.         bricks/c_sr_mb1.wl ={ k = "main" v = "" f = "" c = ""}
  10526.         bricks/c_sr_mb1a.wl ={ k = "main" v = "" f = "" c = ""}
  10527.         bricks/c_sr_mb1v.wl ={ k = "main" v = "" f = "" c = ""}
  10528.         bricks/c_sr_mb2a.wl ={ k = "main" v = "" f = "" c = ""}
  10529.         bricks/c_sr_mb2b.wl ={ k = "main" v = "" f = "" c = ""}
  10530.         bricks/c_sr_mr5.wl ={ k = "main" v = "" f = "" c = ""}
  10531.         bricks/c_tn_m1.wl ={ k = "main" v = "" f = "" c = ""}
  10532.         bricks/c_tn_m3.wl ={ k = "main" v = "" f = "" c = ""}
  10533.         bricks/rf_sr_m2s.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10534.         bricks/s_rc_c01.wl ={ k = "main" v = "0" f = "4194304" c = "0"}
  10535.         bricks/s_rc_c03.wl ={ k = "main" v = "0" f = "4194304" c = "0"}
  10536.         bricks/s_rc_c07.wl ={ k = "main" v = "" f = "" c = ""}
  10537.         bricks/s_rc_c08.wl ={ k = "main" v = "0" f = "4194304" c = "0"}
  10538.         bricks/s_rc_c09.wl ={ k = "main" v = "0" f = "4194304" c = "0"}
  10539.         bricks/s_sr_m12a.wl ={ k = "main" v = "" f = "" c = ""}
  10540.         bricks/s_sr_m12ab.wl ={ k = "main" v = "" f = "" c = ""}
  10541.         bricks/s_sr_m12b.wl ={ k = "main" v = "" f = "" c = ""}
  10542.         bricks/s_sr_m12c.wl ={ k = "main" v = "" f = "" c = ""}
  10543.         bricks/s_sr_m12d.wl ={ k = "main" v = "" f = "" c = ""}
  10544.         bricks/s_sr_m13.wl ={ k = "main" v = "" f = "" c = ""}
  10545.         bricks/s_sr_m13f.wl ={ k = "main" v = "" f = "" c = ""}
  10546.         bricks/s_sr_m13g.wl ={ k = "main" v = "" f = "" c = ""}
  10547.         bricks/s_sr_m1a.wl ={ k = "main" v = "0" f = "4194304" c = "0"}
  10548.         bricks/s_sr_m1ag.wl ={ k = "main" v = "0" f = "4194304" c = "0"}
  10549.         bricks/s_sr_m2a.wl ={ k = "main" v = "" f = "" c = ""}
  10550.         bricks/s_sr_m3.wl ={ k = "main" v = "0" f = "4194304" c = "0"}
  10551.         bricks/s_sr_m4.wl ={ k = "main" v = "" f = "" c = ""}
  10552.         bricks/s_sr_m4a.wl ={ k = "main" v = "" f = "" c = ""}
  10553.         bricks/s_sr_m6.wl ={ k = "main" v = "0" f = "4194304" c = "0"}
  10554.         bricks/s_sr_m7.wl ={ k = "main" v = "" f = "" c = ""}
  10555.       }
  10556.       bricks2.txlist =
  10557.       {
  10558.         bricks2/b_cp_41r.wl ={ k = "main" v = "" f = "" c = ""}
  10559.         bricks2/b_cp_41ra.wl ={ k = "main" v = "" f = "" c = ""}
  10560.         bricks2/b_cp_41s.wl ={ k = "main" v = "" f = "" c = ""}
  10561.         bricks2/b_cp_41sa.wl ={ k = "main" v = "" f = "" c = ""}
  10562.         bricks2/b_cp_v17aa.wl ={ k = "main" v = "" f = "" c = ""}
  10563.         bricks2/b_cp_v17ab.wl ={ k = "main" v = "" f = "" c = ""}
  10564.         bricks2/b_cp_v23a.wl ={ k = "main" v = "" f = "" c = ""}
  10565.         bricks2/b_cp_v23aa.wl ={ k = "main" v = "" f = "" c = ""}
  10566.         bricks2/b_cp_v24b.wl ={ k = "main" v = "" f = "" c = ""}
  10567.         bricks2/b_cp_v28a.wl ={ k = "main" v = "" f = "" c = ""}
  10568.         bricks2/b_cp_v41ma.wl ={ k = "main" v = "" f = "" c = ""}
  10569.         bricks2/b_cp_v41n.wl ={ k = "main" v = "" f = "" c = ""}
  10570.         bricks2/b_cp_v41na.wl ={ k = "main" v = "" f = "" c = ""}
  10571.         bricks2/b_cp_v41nb.wl ={ k = "main" v = "" f = "" c = ""}
  10572.         bricks2/b_cp_v41nc.wl ={ k = "main" v = "" f = "" c = ""}
  10573.         bricks2/b_cp_v41nd.wl ={ k = "main" v = "" f = "" c = ""}
  10574.         bricks2/b_cp_v41p.wl ={ k = "main" v = "" f = "" c = ""}
  10575.         bricks2/b_cp_v43b.wl ={ k = "main" v = "" f = "" c = ""}
  10576.         bricks2/b_cp_v9a.wl ={ k = "main" v = "" f = "" c = ""}
  10577.         bricks2/b_cp_v9c.wl ={ k = "main" v = "" f = "" c = ""}
  10578.         bricks2/b_ct_v1a.wl ={ k = "main" v = "" f = "" c = ""}
  10579.         bricks2/b_ct_v1c.wl ={ k = "main" v = "" f = "" c = ""}
  10580.         bricks2/b_ct_v1g.wl ={ k = "main" v = "" f = "" c = ""}
  10581.         bricks2/b_ct_v1i.wl ={ k = "main" v = "" f = "" c = ""}
  10582.         bricks2/b_ct_v1j.wl ={ k = "main" v = "" f = "" c = ""}
  10583.         bricks2/b_ct_v1n.wl ={ k = "main" v = "" f = "" c = ""}
  10584.         bricks2/b_ct_v1q.wl ={ k = "main" v = "" f = "" c = ""}
  10585.         bricks2/b_ct_v2ab.wl ={ k = "main" v = "" f = "" c = ""}
  10586.         bricks2/b_ct_v2b.wl ={ k = "main" v = "" f = "" c = ""}
  10587.         bricks2/b_ct_v2c.wl ={ k = "main" v = "" f = "" c = ""}
  10588.         bricks2/b_ct_v2d.wl ={ k = "main" v = "" f = "" c = ""}
  10589.         bricks2/b_ct_v2e.wl ={ k = "main" v = "" f = "" c = ""}
  10590.         bricks2/b_rc_m1a.wl ={ k = "main" v = "" f = "" c = ""}
  10591.         bricks2/b_sr_26a.wl ={ k = "main" v = "" f = "" c = ""}
  10592.         bricks2/b_sr_v30s.wl ={ k = "main" v = "" f = "" c = ""}
  10593.         bricks2/b_sr_v30t.wl ={ k = "main" v = "" f = "" c = ""}
  10594.         bricks2/b_sr_v30v.wl ={ k = "main" v = "" f = "" c = ""}
  10595.         bricks2/b_sr_v30x.wl ={ k = "main" v = "" f = "" c = ""}
  10596.         bricks2/c_pv_18x.wl ={ k = "main" v = "" f = "" c = ""}
  10597.         bricks2/c_pv_18y.wl ={ k = "main" v = "" f = "" c = ""}
  10598.         bricks2/c_pv_18z.wl ={ k = "main" v = "" f = "" c = ""}
  10599.         bricks2/c_pv_m1.wl ={ k = "main" v = "" f = "" c = ""}
  10600.         bricks2/c_pv_m2y.wl ={ k = "main" v = "" f = "" c = ""}
  10601.         bricks2/c_pv_v18z.wl ={ k = "main" v = "" f = "" c = ""}
  10602.         bricks2/c_sy_m1.wl ={ k = "main" v = "" f = "" c = ""}
  10603.         bricks2/c_sy_m2.wl ={ k = "main" v = "" f = "" c = ""}
  10604.         bricks2/c_tn_m3c01.wl ={ k = "main" v = "" f = "" c = ""}
  10605.         bricks2/c_tn_m3c02.wl ={ k = "main" v = "" f = "" c = ""}
  10606.         bricks2/louie_v1.wl ={ k = "main" v = "" f = "" c = ""}
  10607.       }
  10608.       common.txlist =
  10609.       {
  10610.         common/0_clip.wl ={ k = "main" v = "0" f = "128" c = "196608"}
  10611.         common/0_hint.wl ={ k = "main" v = "0" f = "384" c = "0"}
  10612.         common/0_origin.wl ={ k = "main" v = "0" f = "128" c = "16777216"}
  10613.         common/0_skip.wl ={ k = "main" v = "0" f = "640" c = "0"}
  10614.         common/0_sky1.wl ={ k = "main" v = "0" f = "132" c = "0"}
  10615.         common/0_trigger.wl ={ k = "main" v = "0" f = "128" c = "0"}
  10616.         common/li_cp_v1b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10617.         common/li_mf_v12a.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10618.         common/li_mf_v12b.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10619.         common/li_mf_v12c.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10620.         common/li_mf_v12y.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10621.         common/li_mf_v13.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10622.         common/li_mf_v14.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10623.         common/li_mf_v15.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10624.         common/li_mf_v16.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10625.         common/li_mf_v17.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10626.         common/li_pv_v1.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10627.         common/li_pv_v2.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10628.         common/li_pv_v2a.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10629.         common/li_pv_v3.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10630.         common/li_pv_v4.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10631.         common/li_pv_v4_brk.wl ={ k = "main" v = "" f = "" c = ""}
  10632.         common/li_pv_v4a.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10633.         common/li_pv_v5a.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10634.         common/li_pv_v6.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10635.         common/li_pv_v6a.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10636.         common/li_pv_v7.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10637.         common/li_pv_v7a.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10638.         common/li_sr_m10.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10639.         common/li_sr_m12.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10640.         common/li_sr_m14.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10641.         common/li_sr_m16.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10642.         common/li_sr_m17.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10643.         common/li_sr_m19.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10644.         common/li_sr_m19a.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10645.         common/li_sr_m2.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10646.         common/li_sr_m20.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10647.         common/li_sr_m3.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10648.         common/li_sr_ma1.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10649.         common/li_sr_ml5.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10650.         common/li_sr_ml6.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10651.         common/li_sr_ml7.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10652.         common/li_sr_ml9.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10653.         common/li_sr_mst2.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10654.         common/li_sr_v10.wl ={ k = "main" v = "" f = "" c = ""}
  10655.         common/li_sr_v12.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10656.         common/li_sr_v13.wl ={ k = "main" v = "10000" f = "1" c = "0"}
  10657.         common/li_sr_v17.wl ={ k = "main" v = "100" f = "5" c = "0"}
  10658.         common/li_sr_v21.wl ={ k = "main" v = "" f = "" c = ""}
  10659.         common/li_sr_v22.wl ={ k = "main" v = "" f = "" c = ""}
  10660.         common/li_sr_v23.wl ={ k = "main" v = "" f = "" c = ""}
  10661.         common/li_sr_v25.wl ={ k = "main" v = "" f = "" c = ""}
  10662.         common/li_sr_v26.wl ={ k = "main" v = "" f = "" c = ""}
  10663.         common/li_sr_v27.wl ={ k = "main" v = "" f = "" c = ""}
  10664.         common/li_sr_v28.wl ={ k = "main" v = "" f = "" c = ""}
  10665.         common/li_sr_v3.wl ={ k = "main" v = "" f = "" c = ""}
  10666.         common/li_sr_v30.wl ={ k = "main" v = "" f = "" c = ""}
  10667.         common/li_sr_v32.wl ={ k = "main" v = "" f = "" c = ""}
  10668.         common/li_sr_v34.wl ={ k = "main" v = "" f = "" c = ""}
  10669.         common/li_sr_v36.wl ={ k = "main" v = "" f = "" c = ""}
  10670.         common/li_sr_v39.wl ={ k = "main" v = "" f = "" c = ""}
  10671.         common/li_sr_v40.wl ={ k = "main" v = "" f = "" c = ""}
  10672.         common/li_sr_v41.wl ={ k = "main" v = "" f = "" c = ""}
  10673.         common/li_track.wl ={ k = "main" v = "10000" f = "8388609" c = "0"}
  10674.         common/li_track2.wl ={ k = "main" v = "" f = "" c = ""}
  10675.         common/molted5.wl ={ k = "main" v = "200" f = "9" c = "8"}
  10676.         common/rc_tu_ab.wl ={ k = "main" v = "" f = "" c = ""}
  10677.         common/water3.wl ={ k = "main" v = "100" f = "1" c = "32"}
  10678.         common/water_hl_v2.wl ={ k = "main" v = "" f = "" c = ""}
  10679.       }
  10680.       floors.txlist =
  10681.       {
  10682.         floors/c_pv_m1.wl ={ k = "main" v = "" f = "" c = ""}
  10683.         floors/c_pv_m2.wl ={ k = "main" v = "" f = "" c = ""}
  10684.         floors/c_pv_m3.wl ={ k = "main" v = "" f = "" c = ""}
  10685.         floors/dr_cp_v7.wl ={ k = "main" v = "" f = "" c = ""}
  10686.         floors/dr_lh_c01.wl ={ k = "main" v = "" f = "" c = ""}
  10687.         floors/dr_lh_c01_2.wl ={ k = "main" v = "" f = "" c = ""}
  10688.         floors/dr_lh_c01a.wl ={ k = "main" v = "" f = "" c = ""}
  10689.         floors/dr_lh_c01a_2.wl ={ k = "main" v = "" f = "" c = ""}
  10690.         floors/dr_lh_c01b.wl ={ k = "main" v = "" f = "" c = ""}
  10691.         floors/dr_lh_c03.wl ={ k = "main" v = "" f = "" c = ""}
  10692.         floors/dr_lh_c04.wl ={ k = "main" v = "" f = "" c = ""}
  10693.         floors/dr_lh_c05a.wl ={ k = "main" v = "" f = "" c = ""}
  10694.         floors/dr_pv_m1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10695.         floors/dr_pv_m3.wl ={ k = "main" v = "" f = "" c = ""}
  10696.         floors/dr_pv_m3y.wl ={ k = "main" v = "" f = "" c = ""}
  10697.         floors/dr_pv_m4.wl ={ k = "main" v = "50" f = "8388609" c = "0"}
  10698.         floors/dr_pv_m4a.wl ={ k = "main" v = "50" f = "8388609" c = "0"}
  10699.         floors/dr_pv_ma1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10700.         floors/dr_pv_ma1a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10701.         floors/dr_pv_ma1d.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10702.         floors/dr_pv_ma2.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10703.         floors/dr_pv_mm4.wl ={ k = "main" v = "" f = "" c = ""}
  10704.         floors/dr_pv_mm4a.wl ={ k = "main" v = "" f = "" c = ""}
  10705.         floors/dr_pv_vv1.wl ={ k = "main" v = "50" f = "8388609" c = "0"}
  10706.         floors/dr_pv_vv1d.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10707.         floors/dr_pv_vv2.wl ={ k = "main" v = "50" f = "8388609" c = "0"}
  10708.         floors/dr_pv_vv3.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10709.         floors/dr_sr_mm7.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10710.         floors/dr_sr_v1.wl ={ k = "main" v = "50" f = "8388609" c = "0"}
  10711.         floors/dr_sr_v1y.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10712.         floors/dr_st_c01.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10713.         floors/dr_st_c01a.wl ={ k = "main" v = "" f = "" c = ""}
  10714.         floors/dr_st_c03.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10715.         floors/dr_st_m10.wl ={ k = "main" v = "50" f = "8388609" c = "0"}
  10716.         floors/dr_st_m10a.wl ={ k = "main" v = "50" f = "8388609" c = "0"}
  10717.         floors/dr_st_m1b.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  10718.         floors/dr_st_m1c.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  10719.         floors/dr_st_m1d.wl ={ k = "main" v = "50" f = "134217729" c = "0"}
  10720.         floors/dr_st_m1dm.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  10721.         floors/dr_st_m2.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  10722.         floors/dr_st_m3.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10723.         floors/dr_st_m3a.wl ={ k = "main" v = "" f = "" c = ""}
  10724.         floors/dr_st_m3b.wl ={ k = "main" v = "" f = "" c = ""}
  10725.         floors/dr_st_m4.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  10726.         floors/dr_st_m4a.wl ={ k = "main" v = "50" f = "134217729" c = "0"}
  10727.         floors/dr_st_m5.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10728.         floors/dr_st_m6.wl ={ k = "main" v = "50" f = "8388609" c = "0"}
  10729.         floors/dr_st_m7.wl ={ k = "main" v = "" f = "" c = ""}
  10730.         floors/dr_st_m8.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10731.         floors/dr_ty_m1.wl ={ k = "main" v = "" f = "" c = ""}
  10732.         floors/fl_cp_v11c.wl ={ k = "main" v = "" f = "" c = ""}
  10733.         floors/fl_cp_v4.wl ={ k = "main" v = "0" f = "67108864" c = "0"}
  10734.         floors/fl_cp_v5.wl ={ k = "main" v = "0" f = "67108864" c = "0"}
  10735.         floors/fl_cp_v5a.wl ={ k = "main" v = "" f = "" c = ""}
  10736.         floors/fl_cp_v7.wl ={ k = "main" v = "0" f = "67108864" c = "0"}
  10737.         floors/fl_cp_v8.wl ={ k = "main" v = "0" f = "67108864" c = "0"}
  10738.         floors/fl_cp_v9.wl ={ k = "main" v = "0" f = "67108864" c = "0"}
  10739.         floors/fl_hl_v1.wl ={ k = "main" v = "" f = "" c = ""}
  10740.         floors/fl_hl_v1a.wl ={ k = "main" v = "" f = "" c = ""}
  10741.         floors/fl_hl_v1b.wl ={ k = "main" v = "" f = "" c = ""}
  10742.         floors/fl_hl_v1c.wl ={ k = "main" v = "" f = "" c = ""}
  10743.         floors/fl_hl_v1d.wl ={ k = "main" v = "" f = "" c = ""}
  10744.         floors/fl_pv_m.wl ={ k = "main" v = "" f = "" c = ""}
  10745.         floors/fl_pv_m13.wl ={ k = "main" v = "" f = "" c = ""}
  10746.         floors/fl_pv_m13a.wl ={ k = "main" v = "" f = "" c = ""}
  10747.         floors/fl_pv_m13b.wl ={ k = "main" v = "" f = "" c = ""}
  10748.         floors/fl_pv_m3.wl ={ k = "main" v = "0" f = "67108864" c = "0"}
  10749.         floors/fl_pv_m4.wl ={ k = "main" v = "0" f = "67108864" c = "0"}
  10750.         floors/fl_pv_mr4.wl ={ k = "main" v = "" f = "" c = ""}
  10751.         floors/fl_pv_v1a.wl ={ k = "main" v = "" f = "" c = ""}
  10752.         floors/fl_pv_v2a.wl ={ k = "main" v = "" f = "" c = ""}
  10753.         floors/fl_rc_c01.wl ={ k = "main" v = "" f = "" c = ""}
  10754.         floors/fl_rc_c02.wl ={ k = "main" v = "" f = "" c = ""}
  10755.         floors/fl_rc_v2.wl ={ k = "main" v = "" f = "" c = ""}
  10756.         floors/fl_rc_v3.wl ={ k = "main" v = "" f = "" c = ""}
  10757.         floors/fl_rc_v4.wl ={ k = "main" v = "" f = "" c = ""}
  10758.         floors/fl_rc_v4a.wl ={ k = "main" v = "" f = "" c = ""}
  10759.         floors/fl_rc_v5.wl ={ k = "main" v = "" f = "" c = ""}
  10760.         floors/fl_sr_v1.wl ={ k = "main" v = "" f = "" c = ""}
  10761.         floors/fl_sr_v1a.wl ={ k = "main" v = "" f = "" c = ""}
  10762.         floors/fl_sr_v1b.wl ={ k = "main" v = "" f = "" c = ""}
  10763.         floors/fl_sr_v1c.wl ={ k = "main" v = "" f = "" c = ""}
  10764.         floors/fl_st_m1.wl ={ k = "main" v = "0" f = "1048576" c = "0"}
  10765.         floors/fl_st_m2.wl ={ k = "main" v = "0" f = "67108864" c = "0"}
  10766.         floors/fl_st_m2a.wl ={ k = "main" v = "0" f = "67108864" c = "0"}
  10767.         floors/fl_st_m2b.wl ={ k = "main" v = "0" f = "67108864" c = "0"}
  10768.         floors/r_sr_m1.wl ={ k = "main" v = "0" f = "0" c = "0"}
  10769.         floors/r_sr_m2.wl ={ k = "main" v = "0" f = "0" c = "0"}
  10770.         floors/r_sr_m2a.wl ={ k = "main" v = "" f = "" c = ""}
  10771.         floors/rf_sr_m1.wl ={ k = "main" v = "" f = "" c = ""}
  10772.         floors/rf_sr_m2.wl ={ k = "main" v = "0" f = "2097152" c = "0"}
  10773.         floors/rf_sr_m2s.wl ={ k = "main" v = "0" f = "2097152" c = "0"}
  10774.         floors/rf_sr_mw12.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  10775.         floors/rf_sr_mwa1.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  10776.         floors/ti_rc_18.wl ={ k = "main" v = "" f = "" c = ""}
  10777.         floors/ti_rc_c09.wl ={ k = "main" v = "" f = "" c = ""}
  10778.         floors/ti_rc_c1.wl ={ k = "main" v = "" f = "" c = ""}
  10779.         floors/ti_rc_c10.wl ={ k = "main" v = "" f = "" c = ""}
  10780.         floors/ti_rc_c11.wl ={ k = "main" v = "" f = "" c = ""}
  10781.         floors/ti_rc_c12.wl ={ k = "main" v = "" f = "" c = ""}
  10782.         floors/ti_rc_c13.wl ={ k = "main" v = "" f = "" c = ""}
  10783.         floors/ti_rc_c14.wl ={ k = "main" v = "" f = "" c = ""}
  10784.         floors/ti_rc_c15.wl ={ k = "main" v = "" f = "" c = ""}
  10785.         floors/ti_rc_c16.wl ={ k = "main" v = "" f = "" c = ""}
  10786.         floors/ti_rc_c17b.wl ={ k = "main" v = "" f = "" c = ""}
  10787.         floors/ti_rc_c1a.wl ={ k = "main" v = "" f = "" c = ""}
  10788.         floors/ti_rc_c1b.wl ={ k = "main" v = "" f = "" c = ""}
  10789.         floors/ti_rc_c2.wl ={ k = "main" v = "" f = "" c = ""}
  10790.         floors/ti_rc_c3.wl ={ k = "main" v = "" f = "" c = ""}
  10791.         floors/ti_rc_c3a.wl ={ k = "main" v = "" f = "" c = ""}
  10792.         floors/ti_rc_c4a.wl ={ k = "main" v = "" f = "" c = ""}
  10793.         floors/ti_rc_c5.wl ={ k = "main" v = "" f = "" c = ""}
  10794.         floors/ti_rc_c5b.wl ={ k = "main" v = "" f = "" c = ""}
  10795.         floors/ti_rc_c6.wl ={ k = "main" v = "" f = "" c = ""}
  10796.         floors/ti_rc_c7.wl ={ k = "main" v = "" f = "" c = ""}
  10797.         floors/ti_rc_c8.wl ={ k = "main" v = "" f = "" c = ""}
  10798.         floors/ti_rc_c8a.wl ={ k = "main" v = "" f = "" c = ""}
  10799.       }
  10800.       fx.txlist =
  10801.       {
  10802.         fx/break_wd2.wl ={ k = "main" v = "" f = "" c = ""}
  10803.         fx/explode_bx1.wl ={ k = "main" v = "" f = "" c = ""}
  10804.         fx/explode_bx1a.wl ={ k = "main" v = "" f = "" c = ""}
  10805.         fx/explode_bx2.wl ={ k = "main" v = "" f = "" c = ""}
  10806.         fx/explode_bx3.wl ={ k = "main" v = "" f = "" c = ""}
  10807.       }
  10808.       metals.txlist =
  10809.       {
  10810.         metals/m_hl_c06.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10811.         metals/m_hl_c07.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10812.         metals/m_hl_c07b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10813.         metals/m_hl_c10.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10814.         metals/m_hl_c10a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10815.         metals/m_hl_c10aa.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10816.         metals/m_hl_c10ab.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10817.         metals/m_hl_c10b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10818.         metals/m_hl_c10ba.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10819.         metals/m_hl_c10bb.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10820.         metals/m_hl_c10c.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10821.         metals/m_hl_c10e.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10822.         metals/m_hl_c10ea.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10823.         metals/m_hl_c10fa.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10824.         metals/m_hl_c10fa2.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10825.         metals/m_hl_c10fb.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10826.         metals/m_hl_c10fy2.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10827.         metals/m_hl_c10h.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10828.         metals/m_hl_c10m.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10829.         metals/m_hl_c10ma.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10830.         metals/m_hl_c11b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10831.         metals/m_hl_c17.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10832.         metals/m_hl_c21.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10833.         metals/m_hl_c23.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10834.         metals/m_mf_v1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10835.         metals/m_mf_v2.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10836.         metals/m_mf_v2a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10837.         metals/m_mf_v2b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10838.         metals/m_mf_v3.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10839.         metals/m_pv_v2.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10840.         metals/m_pv_v2y.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10841.         metals/m_pv_v3.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10842.         metals/m_pv_v4.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10843.         metals/m_pv_v4a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10844.         metals/m_pv_v5.wl ={ k = "main" v = "0" f = "33554432" c = "0"}
  10845.         metals/m_pv_v6.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10846.         metals/m_pv_v9.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10847.         metals/m_rc_v4.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10848.         metals/me_hl_c23.wl ={ k = "main" v = "" f = "" c = ""}
  10849.         metals/me_hl_c24.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10850.         metals/me_hl_c25.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10851.         metals/me_hl_c26.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10852.         metals/me_hl_c27.wl ={ k = "main" v = "" f = "" c = ""}
  10853.         metals/me_hl_c28.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10854.         metals/me_hl_c29.wl ={ k = "main" v = "" f = "" c = ""}
  10855.         metals/me_hl_c30.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10856.         metals/me_hl_c33.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10857.         metals/me_hl_c34.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10858.         metals/mt_mf_v10.wl ={ k = "main" v = "" f = "" c = ""}
  10859.         metals/mt_mf_v10a.wl ={ k = "main" v = "" f = "" c = ""}
  10860.         metals/mt_mf_v11.wl ={ k = "main" v = "" f = "" c = ""}
  10861.         metals/mt_mf_v1a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10862.         metals/mt_mf_v1b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10863.         metals/mt_mf_v1c.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10864.         metals/mt_mf_v1d.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10865.         metals/mt_mf_v2a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10866.         metals/mt_mf_v2b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10867.         metals/mt_mf_v2c.wl ={ k = "main" v = "" f = "" c = ""}
  10868.         metals/mt_mf_v3.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10869.         metals/mt_mf_v4.wl ={ k = "main" v = "" f = "" c = ""}
  10870.         metals/mt_p_1_m.wl ={ k = "main" v = "" f = "" c = ""}
  10871.         metals/mt_p_b_m1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10872.         metals/mt_p_r_m1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10873.         metals/mt_p_v3.wl ={ k = "main" v = "1" f = "8388608" c = "0"}
  10874.         metals/mt_p_v3a.wl ={ k = "main" v = "1" f = "8388608" c = "0"}
  10875.         metals/mt_p_v3b.wl ={ k = "main" v = "1" f = "8388608" c = "0"}
  10876.         metals/mt_p_v4.wl ={ k = "main" v = "10" f = "8388608" c = "0"}
  10877.         metals/mt_p_v4a.wl ={ k = "main" v = "10" f = "8388608" c = "0"}
  10878.         metals/mt_p_v4b.wl ={ k = "main" v = "10" f = "8388608" c = "0"}
  10879.         metals/mt_p_v5.wl ={ k = "main" v = "11" f = "8388608" c = "0"}
  10880.         metals/mt_p_v5a.wl ={ k = "main" v = "11" f = "8388608" c = "0"}
  10881.         metals/mt_p_v5b.wl ={ k = "main" v = "11" f = "8388608" c = "0"}
  10882.         metals/mt_p_v6.wl ={ k = "main" v = "12" f = "8388608" c = "0"}
  10883.         metals/mt_p_v6a.wl ={ k = "main" v = "12" f = "8388608" c = "0"}
  10884.         metals/mt_p_v6b.wl ={ k = "main" v = "12" f = "8388608" c = "0"}
  10885.         metals/mt_p_y_m1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10886.         metals/mt_pv_17.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10887.         metals/mt_pv_17a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10888.         metals/mt_pv_17b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10889.         metals/mt_pv_17d.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10890.         metals/mt_pv_17e.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10891.         metals/mt_pv_17f.wl ={ k = "main" v = "" f = "" c = ""}
  10892.         metals/mt_pv_17g.wl ={ k = "main" v = "" f = "" c = ""}
  10893.         metals/mt_pv_m10.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10894.         metals/mt_pv_m10alm.wl ={ k = "main" v = "0" f = "33554432" c = "0"}
  10895.         metals/mt_pv_m10am.wl ={ k = "main" v = "0" f = "33554432" c = "0"}
  10896.         metals/mt_pv_m10ama.wl ={ k = "main" v = "" f = "" c = ""}
  10897.         metals/mt_pv_m10bm.wl ={ k = "main" v = "0" f = "33554432" c = "0"}
  10898.         metals/mt_pv_m10cm.wl ={ k = "main" v = "0" f = "33554432" c = "0"}
  10899.         metals/mt_pv_m10m.wl ={ k = "main" v = "0" f = "33554432" c = "0"}
  10900.         metals/mt_pv_m11al.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10901.         metals/mt_pv_m11am.wl ={ k = "main" v = "0" f = "16779264" c = "0"}
  10902.         metals/mt_pv_m11bm.wl ={ k = "main" v = "0" f = "1090521088" c = "0"}
  10903.         metals/mt_pv_m11c.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10904.         metals/mt_pv_m11h.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10905.         metals/mt_pv_m11i.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10906.         metals/mt_pv_m11m.wl ={ k = "main" v = "0" f = "16779264" c = "0"}
  10907.         metals/mt_pv_m13.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10908.         metals/mt_pv_m13a.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10909.         metals/mt_pv_m13ag.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10910.         metals/mt_pv_m13b.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10911.         metals/mt_pv_m13bg.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10912.         metals/mt_pv_m13c.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10913.         metals/mt_pv_m13g.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10914.         metals/mt_pv_m14.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10915.         metals/mt_pv_m14y.wl ={ k = "main" v = "" f = "" c = ""}
  10916.         metals/mt_pv_m15b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10917.         metals/mt_pv_m15f.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10918.         metals/mt_pv_m16.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10919.         metals/mt_pv_m16a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10920.         metals/mt_pv_m16b.wl ={ k = "main" v = "0" f = "8390656" c = "0"}
  10921.         metals/mt_pv_m16bb.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10922.         metals/mt_pv_m16bc.wl ={ k = "main" v = "0" f = "8390656" c = "0"}
  10923.         metals/mt_pv_m16c.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10924.         metals/mt_pv_m16d.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10925.         metals/mt_pv_m16e.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10926.         metals/mt_pv_m16f.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10927.         metals/mt_pv_m16j.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10928.         metals/mt_pv_m16k.wl ={ k = "main" v = "0" f = "8390656" c = "0"}
  10929.         metals/mt_pv_m16l.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10930.         metals/mt_pv_m16m.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10931.         metals/mt_pv_m16n.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10932.         metals/mt_pv_m17.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10933.         metals/mt_pv_m1am.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10934.         metals/mt_pv_m1bm.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10935.         metals/mt_pv_m1cm.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10936.         metals/mt_pv_m1em.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10937.         metals/mt_pv_m1m.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10938.         metals/mt_pv_m26.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10939.         metals/mt_pv_m26y.wl ={ k = "main" v = "" f = "" c = ""}
  10940.         metals/mt_pv_m2am.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10941.         metals/mt_pv_m2ama.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10942.         metals/mt_pv_m2m.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10943.         metals/mt_pv_m3am.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10944.         metals/mt_pv_m3bm.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10945.         metals/mt_pv_m3cm.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10946.         metals/mt_pv_m3dm.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10947.         metals/mt_pv_m3m.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10948.         metals/mt_pv_m4am.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10949.         metals/mt_pv_m4m.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10950.         metals/mt_pv_m5am.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10951.         metals/mt_pv_m5bm.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10952.         metals/mt_pv_m5cm.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10953.         metals/mt_pv_m5m.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10954.         metals/mt_pv_m6am.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10955.         metals/mt_pv_m6m.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10956.         metals/mt_pv_m7am.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10957.         metals/mt_pv_m7bm.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10958.         metals/mt_pv_m7em.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10959.         metals/mt_pv_m7m.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10960.         metals/mt_pv_m8m.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10961.         metals/mt_pv_m9am.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10962.         metals/mt_pv_m9bm.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10963.         metals/mt_pv_m9cm.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10964.         metals/mt_pv_m9m.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10965.         metals/mt_pv_v4b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10966.         metals/mt_pv_v4f.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10967.         metals/mt_pv_v4g.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10968.         metals/mt_pv_v4h.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10969.         metals/mt_pv_v5.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10970.         metals/mt_pv_v6.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10971.         metals/mt_pv_v7.wl ={ k = "main" v = "" f = "" c = ""}
  10972.         metals/mt_rc_v6.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10973.         metals/mt_rc_v7.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  10974.         metals/mt_rc_v8.wl ={ k = "main" v = "0" f = "4194304" c = "0"}
  10975.         metals/mt_rc_v9.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10976.         metals/mt_sr_b0.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10977.         metals/mt_sr_b0b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10978.         metals/mt_sr_b1a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10979.         metals/mt_sr_b1b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10980.         metals/mt_sr_b2.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10981.         metals/mt_sr_m1a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10982.         metals/mt_sr_m1aa.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10983.         metals/mt_sr_m1ab.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  10984.         metals/mt_sr_m1z.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10985.         metals/mt_sr_m2a.wl ={ k = "main" v = "" f = "" c = ""}
  10986.         metals/mt_sr_m2z.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10987.         metals/mt_sr_m3.wl ={ k = "main" v = "" f = "" c = ""}
  10988.         metals/mt_sr_m5.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10989.         metals/mt_sr_m6.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10990.         metals/mt_sr_m7.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10991.         metals/mt_sr_ma1.wl ={ k = "main" v = "" f = "" c = ""}
  10992.         metals/mt_sr_mb1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10993.         metals/mt_sr_mn1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10994.         metals/mt_sr_mn3.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10995.         metals/mt_sr_mn4.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10996.         metals/mt_sr_mn4w.wl ={ k = "main" v = "" f = "" c = ""}
  10997.         metals/mt_sr_mn5.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10998.         metals/mt_sr_mn6.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  10999.         metals/mt_sr_mn7.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11000.         metals/mt_sr_mn8.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11001.         metals/mt_sr_mp1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11002.         metals/mt_sr_mp1a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11003.         metals/mt_sr_mp1b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11004.         metals/mt_sr_v12.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11005.         metals/mt_sr_v13.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11006.         metals/mt_sr_v15.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11007.         metals/mt_sr_v16.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11008.         metals/mt_sr_v17.wl ={ k = "main" v = "0" f = "8390656" c = "0"}
  11009.         metals/mt_sr_v18.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11010.         metals/mt_sr_v19.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11011.         metals/mt_sr_v1t.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11012.         metals/mt_sr_v1x.wl ={ k = "main" v = "" f = "" c = ""}
  11013.         metals/mt_sr_v1y.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11014.         metals/mt_sr_v20.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11015.         metals/mt_sr_v21.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11016.         metals/mt_sr_v23.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11017.         metals/mt_sr_v24.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11018.         metals/mt_sr_v7.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11019.         metals/mt_sr_v8.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11020.         metals/mt_sr_vc18.wl ={ k = "main" v = "" f = "" c = ""}
  11021.         metals/mt_st_c01.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11022.         metals/tk_rc_c01.wl ={ k = "main" v = "" f = "" c = ""}
  11023.         metals/tk_rc_c02.wl ={ k = "main" v = "" f = "" c = ""}
  11024.       }
  11025.       props.txlist =
  11026.       {
  11027.         props/ac_front.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11028.         props/b_rc_c03.wl ={ k = "main" v = "" f = "" c = ""}
  11029.         props/barrel_v1.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  11030.         props/barrel_v2.wl ={ k = "main" v = "6" f = "16777216" c = "0"}
  11031.         props/barrel_v2t.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  11032.         props/barrel_v3.wl ={ k = "main" v = "5" f = "16777216" c = "0"}
  11033.         props/barrel_v3t.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  11034.         props/barrel_v4.wl ={ k = "main" v = "4" f = "16777216" c = "0"}
  11035.         props/barrel_v5.wl ={ k = "main" v = "3" f = "16777216" c = "0"}
  11036.         props/bl_rc_c02.wl ={ k = "main" v = "" f = "" c = ""}
  11037.         props/bl_rc_c03.wl ={ k = "main" v = "" f = "" c = ""}
  11038.         props/bl_rc_c05.wl ={ k = "main" v = "" f = "" c = ""}
  11039.         props/bl_rc_c08.wl ={ k = "main" v = "" f = "" c = ""}
  11040.         props/bl_rc_c09b.wl ={ k = "main" v = "" f = "" c = ""}
  11041.         props/bl_rc_c10.wl ={ k = "main" v = "" f = "" c = ""}
  11042.         props/bl_rc_c11.wl ={ k = "main" v = "" f = "" c = ""}
  11043.         props/bl_rc_c12.wl ={ k = "main" v = "" f = "" c = ""}
  11044.         props/bl_rc_c13.wl ={ k = "main" v = "" f = "" c = ""}
  11045.         props/bl_rc_c14.wl ={ k = "main" v = "" f = "" c = ""}
  11046.         props/bl_rc_c15.wl ={ k = "main" v = "" f = "" c = ""}
  11047.         props/bl_rc_c17.wl ={ k = "main" v = "" f = "" c = ""}
  11048.         props/bl_rc_c18.wl ={ k = "main" v = "" f = "" c = ""}
  11049.         props/bl_rc_c20.wl ={ k = "main" v = "" f = "" c = ""}
  11050.         props/bl_rc_c24.wl ={ k = "main" v = "" f = "" c = ""}
  11051.         props/bl_rc_c25.wl ={ k = "main" v = "" f = "" c = ""}
  11052.         props/bl_rc_c30.wl ={ k = "main" v = "" f = "" c = ""}
  11053.         props/bld_rc_c1.wl ={ k = "main" v = "" f = "" c = ""}
  11054.         props/bld_rc_c10.wl ={ k = "main" v = "" f = "" c = ""}
  11055.         props/bld_rc_c11.wl ={ k = "main" v = "" f = "" c = ""}
  11056.         props/bld_rc_c2.wl ={ k = "main" v = "" f = "" c = ""}
  11057.         props/bld_rc_c3.wl ={ k = "main" v = "" f = "" c = ""}
  11058.         props/bld_rc_c4.wl ={ k = "main" v = "" f = "" c = ""}
  11059.         props/bld_rc_c5.wl ={ k = "main" v = "" f = "" c = ""}
  11060.         props/bld_rc_c6.wl ={ k = "main" v = "" f = "" c = ""}
  11061.         props/bld_rc_c8a.wl ={ k = "main" v = "" f = "" c = ""}
  11062.         props/bld_sr_c1.wl ={ k = "main" v = "" f = "" c = ""}
  11063.         props/bld_sr_c1a.wl ={ k = "main" v = "" f = "" c = ""}
  11064.         props/bld_sr_c2.wl ={ k = "main" v = "" f = "" c = ""}
  11065.         props/bld_sr_c5.wl ={ k = "main" v = "" f = "" c = ""}
  11066.         props/bo_pv_c1.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11067.         props/bo_pv_c2.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11068.         props/bo_pv_c3.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11069.         props/book_v.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11070.         props/box_c_m4.wl ={ k = "main" v = "0" f = "2097152" c = "0"}
  11071.         props/box_c_m5.wl ={ k = "main" v = "0" f = "2097152" c = "0"}
  11072.         props/box_c_m6.wl ={ k = "main" v = "0" f = "2097152" c = "0"}
  11073.         props/box_sr_m10.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11074.         props/box_sr_m11.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11075.         props/box_sr_m12.wl ={ k = "main" v = "0" f = "2097152" c = "0"}
  11076.         props/box_sr_m13.wl ={ k = "main" v = "0" f = "2097152" c = "0"}
  11077.         props/box_sr_m14.wl ={ k = "main" v = "0" f = "2097152" c = "0"}
  11078.         props/box_sr_m15.wl ={ k = "main" v = "0" f = "2097152" c = "0"}
  11079.         props/box_sr_m19.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11080.         props/box_sr_m5.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11081.         props/box_sr_m6.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11082.         props/box_sr_m6s.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11083.         props/box_sr_m6sa.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11084.         props/box_sr_m6sab.wl ={ k = "main" v = "" f = "" c = ""}
  11085.         props/box_sr_m7a.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11086.         props/box_sr_m7b.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11087.         props/box_sr_m8.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11088.         props/box_sr_m9.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11089.         props/box_w_m1.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11090.         props/box_w_m1a.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11091.         props/box_w_m2.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11092.         props/callbox.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11093.         props/callbox4.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11094.         props/callbox_g.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11095.         props/chalk_l2.wl ={ k = "main" v = "" f = "" c = ""}
  11096.         props/cl_rc_c1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11097.         props/dump_m1a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11098.         props/dump_m2a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11099.         props/dump_m3.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11100.         props/dump_m4.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11101.         props/dump_m4a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11102.         props/en_rc_c1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11103.         props/en_rc_c10.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11104.         props/en_rc_c11.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11105.         props/en_rc_c2.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11106.         props/en_rc_c3.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11107.         props/en_rc_c4.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11108.         props/en_rc_c5.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11109.         props/en_rc_c6.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11110.         props/en_rc_c8.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11111.         props/en_rc_c9.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11112.         props/filec_m1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11113.         props/filec_m2.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11114.         props/fire_v1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11115.         props/fr_rc_c1.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11116.         props/fr_rc_c11.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11117.         props/fr_rc_c12.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11118.         props/fr_rc_c14.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11119.         props/fr_rc_c15.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11120.         props/fr_rc_c16.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11121.         props/fr_rc_c17.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11122.         props/fr_rc_c18.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11123.         props/fr_rc_c1b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11124.         props/fr_rc_c2.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11125.         props/fr_rc_c20a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11126.         props/fr_rc_c20b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11127.         props/fr_rc_c20d.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11128.         props/fr_rc_c20e.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11129.         props/fr_rc_c21.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11130.         props/fr_rc_c22.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11131.         props/fr_rc_c23.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11132.         props/fr_rc_c24.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11133.         props/fr_rc_c25.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11134.         props/fr_rc_c25a.wl ={ k = "main" v = "" f = "" c = ""}
  11135.         props/fr_rc_c3.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11136.         props/fr_rc_c4.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11137.         props/fr_rc_c5.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11138.         props/fr_rc_c6.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11139.         props/fr_rc_c7.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11140.         props/fr_rc_c7a.wl ={ k = "main" v = "" f = "" c = ""}
  11141.         props/house_v1.wl ={ k = "main" v = "0" f = "2097152" c = "0"}
  11142.         props/lightbulb.wl ={ k = "main" v = "" f = "" c = ""}
  11143.         props/locker_m1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11144.         props/locker_m1a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11145.         props/locker_m1b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11146.         props/lug_rc_c1.wl ={ k = "main" v = "0" f = "2097152" c = "0"}
  11147.         props/lug_rc_c1a.wl ={ k = "main" v = "0" f = "2097152" c = "0"}
  11148.         props/lug_rc_c2.wl ={ k = "main" v = "0" f = "2097152" c = "0"}
  11149.         props/ma_rc_c1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11150.         props/ma_rc_c2.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11151.         props/ma_rc_c4.wl ={ k = "main" v = "" f = "" c = ""}
  11152.         props/mt_sr_mn3b.wl ={ k = "main" v = "" f = "" c = ""}
  11153.         props/ne_rc_c05.wl ={ k = "main" v = "" f = "" c = ""}
  11154.         props/np_rc_c02.wl ={ k = "main" v = "" f = "" c = ""}
  11155.         props/np_rc_c03.wl ={ k = "main" v = "" f = "" c = ""}
  11156.         props/pa_ca_c01.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11157.         props/pa_ca_c02.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11158.         props/pa_ca_c03.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11159.         props/pa_ca_c04.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11160.         props/pawn_s.wl ={ k = "main" v = "" f = "" c = ""}
  11161.         props/pawn_s1.wl ={ k = "main" v = "" f = "" c = ""}
  11162.         props/pawn_sb.wl ={ k = "main" v = "" f = "" c = ""}
  11163.         props/pi_rc_c2.wl ={ k = "main" v = "" f = "" c = ""}
  11164.         props/pipe1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11165.         props/pipe1_b_m1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11166.         props/pipe1_g_m1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11167.         props/pipe1_r_m1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11168.         props/post_rc_v.wl ={ k = "main" v = "" f = "" c = ""}
  11169.         props/poster1.wl ={ k = "main" v = "" f = "" c = ""}
  11170.         props/rail_3.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  11171.         props/safe.wl ={ k = "main" v = "" f = "" c = ""}
  11172.         props/safe_w.wl ={ k = "main" v = "" f = "" c = ""}
  11173.         props/sch_rc_c1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11174.         props/sch_rc_c2.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11175.         props/sg_rc_c06.wl ={ k = "main" v = "" f = "" c = ""}
  11176.         props/sg_sr_2a.wl ={ k = "main" v = "" f = "" c = ""}
  11177.         props/sg_sr_b3.wl ={ k = "main" v = "" f = "" c = ""}
  11178.         props/sg_sr_ba2.wl ={ k = "main" v = "" f = "" c = ""}
  11179.         props/sg_sr_ba3.wl ={ k = "main" v = "" f = "" c = ""}
  11180.         props/sg_sr_ba4.wl ={ k = "main" v = "" f = "" c = ""}
  11181.         props/sg_sr_c01b.wl ={ k = "main" v = "" f = "" c = ""}
  11182.         props/sg_sr_c02b.wl ={ k = "main" v = "" f = "" c = ""}
  11183.         props/sg_sr_c03b.wl ={ k = "main" v = "" f = "" c = ""}
  11184.         props/sg_sr_c04b.wl ={ k = "main" v = "" f = "" c = ""}
  11185.         props/sg_sr_c05.wl ={ k = "main" v = "" f = "" c = ""}
  11186.         props/sg_sr_m5.wl ={ k = "main" v = "" f = "" c = ""}
  11187.         props/sg_sr_mn1.wl ={ k = "main" v = "" f = "" c = ""}
  11188.         props/sg_sr_mn10.wl ={ k = "main" v = "" f = "" c = ""}
  11189.         props/sg_sr_mn7.wl ={ k = "main" v = "" f = "" c = ""}
  11190.         props/sg_sr_mn9.wl ={ k = "main" v = "" f = "" c = ""}
  11191.         props/sg_sr_v1a.wl ={ k = "main" v = "" f = "" c = ""}
  11192.         props/sg_sr_v1c.wl ={ k = "main" v = "" f = "" c = ""}
  11193.         props/sg_sr_v1f.wl ={ k = "main" v = "" f = "" c = ""}
  11194.         props/sg_st_c01.wl ={ k = "main" v = "" f = "" c = ""}
  11195.         props/sh_rc_c02.wl ={ k = "main" v = "" f = "" c = ""}
  11196.         props/sh_rc_c02c.wl ={ k = "main" v = "" f = "" c = ""}
  11197.         props/sh_rc_c02d.wl ={ k = "main" v = "" f = "" c = ""}
  11198.         props/sh_rc_c02f.wl ={ k = "main" v = "" f = "" c = ""}
  11199.         props/si_b_m1.wl ={ k = "main" v = "0" f = "4096" c = "0"}
  11200.         props/si_b_m1a.wl ={ k = "main" v = "" f = "" c = ""}
  11201.         props/si_ba_c01.wl ={ k = "main" v = "" f = "" c = ""}
  11202.         props/si_rc_c01.wl ={ k = "main" v = "" f = "" c = ""}
  11203.         props/si_rc_c01b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11204.         props/si_rc_c02b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11205.         props/si_rc_c07.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11206.         props/si_rc_c12.wl ={ k = "main" v = "" f = "" c = ""}
  11207.         props/si_rc_c13.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11208.         props/si_rc_c14.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11209.         props/si_rc_c16.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11210.         props/si_rc_n1.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  11211.         props/si_rc_n2.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  11212.         props/si_rc_n3.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  11213.         props/si_rc_n4.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  11214.         props/si_st_c02.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  11215.         props/si_st_c04.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  11216.         props/si_st_c06.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  11217.         props/si_st_c07.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  11218.         props/si_st_c09.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  11219.         props/si_sw_m1.wl ={ k = "main" v = "" f = "" c = ""}
  11220.         props/si_sw_m2.wl ={ k = "main" v = "" f = "" c = ""}
  11221.         props/si_sw_m3.wl ={ k = "main" v = "" f = "" c = ""}
  11222.         props/si_sw_m4.wl ={ k = "main" v = "" f = "" c = ""}
  11223.         props/si_sw_m5.wl ={ k = "main" v = "" f = "" c = ""}
  11224.         props/si_sw_m6.wl ={ k = "main" v = "" f = "" c = ""}
  11225.         props/sign_v1.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  11226.         props/sign_v2.wl ={ k = "main" v = "0" f = "16777216" c = "0"}
  11227.         props/spider_test.wl ={ k = "main" v = "" f = "" c = ""}
  11228.         props/stool_t.wl ={ k = "main" v = "" f = "" c = ""}
  11229.         props/stool_t2.wl ={ k = "main" v = "" f = "" c = ""}
  11230.         props/stool_t3.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11231.         props/stool_t5.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11232.         props/tr_rd_11.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11233.         props/tr_rd_12.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11234.         props/tr_rd_12a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11235.         props/tr_rd_12b.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11236.         props/tr_rd_13.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11237.         props/tr_rd_13a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11238.         props/tr_rd_13blur.wl ={ k = "main" v = "" f = "" c = ""}
  11239.         props/tr_rd_13bold.wl ={ k = "main" v = "" f = "" c = ""}
  11240.         props/tr_rd_14.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11241.         props/tr_rd_14a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11242.         props/tr_rd_3.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11243.         props/tr_rd_4.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11244.         props/tr_rd_5.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11245.         props/tr_rd_6.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11246.         props/tr_rd_7.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11247.         props/track1.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11248.         props/track2.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11249.         props/track3.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11250.         props/track4.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11251.         props/w_cp_v1.wl ={ k = "main" v = "0" f = "0" c = "0"}
  11252.         props/w_rc_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11253.         props/w_rc_v3.wl ={ k = "main" v = "" f = "" c = ""}
  11254.         props/w_sr_b10.wl ={ k = "main" v = "" f = "" c = ""}
  11255.         props/w_sr_b11.wl ={ k = "main" v = "" f = "" c = ""}
  11256.         props/w_sr_b15.wl ={ k = "main" v = "" f = "" c = ""}
  11257.         props/w_sr_b15b.wl ={ k = "main" v = "" f = "" c = ""}
  11258.         props/w_sr_b16.wl ={ k = "main" v = "" f = "" c = ""}
  11259.         props/w_sr_b16a.wl ={ k = "main" v = "" f = "" c = ""}
  11260.         props/w_sr_b17.wl ={ k = "main" v = "" f = "" c = ""}
  11261.         props/w_sr_b21.wl ={ k = "main" v = "" f = "" c = ""}
  11262.         props/w_sr_b24.wl ={ k = "main" v = "" f = "" c = ""}
  11263.         props/w_sr_b25.wl ={ k = "main" v = "" f = "" c = ""}
  11264.         props/w_sr_ba12.wl ={ k = "main" v = "" f = "" c = ""}
  11265.         props/w_sr_ba7b.wl ={ k = "main" v = "" f = "" c = ""}
  11266.         props/w_sr_ba7c.wl ={ k = "main" v = "" f = "" c = ""}
  11267.         props/w_sr_ba8.wl ={ k = "main" v = "" f = "" c = ""}
  11268.         props/w_sr_ba9.wl ={ k = "main" v = "" f = "" c = ""}
  11269.         props/w_sr_ba9a.wl ={ k = "main" v = "" f = "" c = ""}
  11270.         props/w_sr_m1a.wl ={ k = "main" v = "" f = "" c = ""}
  11271.         props/w_sr_m2a.wl ={ k = "main" v = "" f = "" c = ""}
  11272.         props/w_sr_m3a.wl ={ k = "main" v = "" f = "" c = ""}
  11273.         props/w_sr_m4a.wl ={ k = "main" v = "" f = "" c = ""}
  11274.         props/w_sr_m6a.wl ={ k = "main" v = "" f = "" c = ""}
  11275.         props/w_sr_m6b.wl ={ k = "main" v = "" f = "" c = ""}
  11276.         props/w_sr_m6d.wl ={ k = "main" v = "400" f = "1" c = "0"}
  11277.         props/w_sr_m6e.wl ={ k = "main" v = "400" f = "1" c = "0"}
  11278.         props/w_sr_m6f.wl ={ k = "main" v = "" f = "" c = ""}
  11279.         props/w_sr_m6x.wl ={ k = "main" v = "" f = "" c = ""}
  11280.         props/w_sr_m6y.wl ={ k = "main" v = "" f = "" c = ""}
  11281.         props/w_sr_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11282.         props/w_sr_v2.wl ={ k = "main" v = "" f = "" c = ""}
  11283.         props/w_st_m1.wl ={ k = "main" v = "" f = "" c = ""}
  11284.         props/w_st_m2.wl ={ k = "main" v = "" f = "" c = ""}
  11285.         props/w_st_m4.wl ={ k = "main" v = "" f = "" c = ""}
  11286.         props/w_st_m4s.wl ={ k = "main" v = "" f = "" c = ""}
  11287.       }
  11288.       props2.txlist =
  11289.       {
  11290.         props2/+1ne_rc_c10.wl ={ k = "main" v = "" f = "" c = ""}
  11291.         props2/b_bil_c01.wl ={ k = "main" v = "" f = "" c = ""}
  11292.         props2/b_rc_v4x.wl ={ k = "main" v = "" f = "" c = ""}
  11293.         props2/b_rc_v4y.wl ={ k = "main" v = "" f = "" c = ""}
  11294.         props2/back_in10_sign.wl ={ k = "main" v = "" f = "" c = ""}
  11295.         props2/bait_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11296.         props2/bar_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11297.         props2/barrel_v6.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11298.         props2/barrel_v6a.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11299.         props2/barrel_v7.wl ={ k = "main" v = "20" f = "8388608" c = "0"}
  11300.         props2/bent_01.wl ={ k = "main" v = "" f = "" c = ""}
  11301.         props2/bent_02.wl ={ k = "main" v = "" f = "" c = ""}
  11302.         props2/bent_03.wl ={ k = "main" v = "" f = "" c = ""}
  11303.         props2/bent_04.wl ={ k = "main" v = "" f = "" c = ""}
  11304.         props2/bl_rc_c09b.wl ={ k = "main" v = "" f = "" c = ""}
  11305.         props2/bl_rc_c09by.wl ={ k = "main" v = "" f = "" c = ""}
  11306.         props2/bl_rc_c10y.wl ={ k = "main" v = "" f = "" c = ""}
  11307.         props2/bl_rc_c14y.wl ={ k = "main" v = "" f = "" c = ""}
  11308.         props2/bl_rc_c15y.wl ={ k = "main" v = "" f = "" c = ""}
  11309.         props2/bl_rc_c18a.wl ={ k = "main" v = "" f = "" c = ""}
  11310.         props2/bl_rc_c18b.wl ={ k = "main" v = "" f = "" c = ""}
  11311.         props2/bl_rc_c28.wl ={ k = "main" v = "" f = "" c = ""}
  11312.         props2/blanco_sign.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11313.         props2/blanco_sign2.wl ={ k = "main" v = "" f = "" c = ""}
  11314.         props2/blanco_sign3.wl ={ k = "main" v = "" f = "" c = ""}
  11315.         props2/blanco_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11316.         props2/blanco_v2.wl ={ k = "main" v = "" f = "" c = ""}
  11317.         props2/blanco_v3.wl ={ k = "main" v = "" f = "" c = ""}
  11318.         props2/blood_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11319.         props2/blueprint.wl ={ k = "main" v = "" f = "" c = ""}
  11320.         props2/blueprint_pic.wl ={ k = "main" v = "" f = "" c = ""}
  11321.         props2/board_v.wl ={ k = "main" v = "" f = "" c = ""}
  11322.         props2/board_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11323.         props2/book_c02.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11324.         props2/book_c02l.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11325.         props2/book_c03.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11326.         props2/booth_m1.wl ={ k = "main" v = "" f = "" c = ""}
  11327.         props2/bottle_c01.wl ={ k = "main" v = "" f = "" c = ""}
  11328.         props2/bottle_c02.wl ={ k = "main" v = "" f = "" c = ""}
  11329.         props2/bottle_c03.wl ={ k = "main" v = "" f = "" c = ""}
  11330.         props2/br_st_m3c.wl ={ k = "main" v = "" f = "" c = ""}
  11331.         props2/br_st_m3d.wl ={ k = "main" v = "" f = "" c = ""}
  11332.         props2/br_st_m3e.wl ={ k = "main" v = "" f = "" c = ""}
  11333.         props2/br_st_m3f.wl ={ k = "main" v = "" f = "" c = ""}
  11334.         props2/calendar.wl ={ k = "main" v = "" f = "" c = ""}
  11335.         props2/car2_01.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11336.         props2/car2_02.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11337.         props2/car2_03.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11338.         props2/car2_04.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11339.         props2/car_01.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11340.         props2/car_02.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11341.         props2/car_03.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11342.         props2/car_04.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11343.         props2/car_c01.wl ={ k = "main" v = "" f = "" c = ""}
  11344.         props2/car_c01a.wl ={ k = "main" v = "" f = "" c = ""}
  11345.         props2/car_c01b.wl ={ k = "main" v = "" f = "" c = ""}
  11346.         props2/car_c01c.wl ={ k = "main" v = "" f = "" c = ""}
  11347.         props2/carpet_03.wl ={ k = "main" v = "" f = "" c = ""}
  11348.         props2/central_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11349.         props2/china.wl ={ k = "main" v = "" f = "" c = ""}
  11350.         props2/china2.wl ={ k = "main" v = "" f = "" c = ""}
  11351.         props2/china3.wl ={ k = "main" v = "" f = "" c = ""}
  11352.         props2/china4.wl ={ k = "main" v = "" f = "" c = ""}
  11353.         props2/cr_ga_c02.wl ={ k = "main" v = "" f = "" c = ""}
  11354.         props2/ct_st_c01y.wl ={ k = "main" v = "" f = "" c = ""}
  11355.         props2/ct_st_c02.wl ={ k = "main" v = "" f = "" c = ""}
  11356.         props2/danger_si.wl ={ k = "main" v = "" f = "" c = ""}
  11357.         props2/desk1.wl ={ k = "main" v = "" f = "" c = ""}
  11358.         props2/desk2.wl ={ k = "main" v = "" f = "" c = ""}
  11359.         props2/desk3.wl ={ k = "main" v = "" f = "" c = ""}
  11360.         props2/desk_top.wl ={ k = "main" v = "" f = "" c = ""}
  11361.         props2/dragon.wl ={ k = "main" v = "" f = "" c = ""}
  11362.         props2/dragon2.wl ={ k = "main" v = "" f = "" c = ""}
  11363.         props2/dragon3.wl ={ k = "main" v = "" f = "" c = ""}
  11364.         props2/dragon4.wl ={ k = "main" v = "" f = "" c = ""}
  11365.         props2/dragon_vx.wl ={ k = "main" v = "" f = "" c = ""}
  11366.         props2/dragon_vy.wl ={ k = "main" v = "" f = "" c = ""}
  11367.         props2/dragon_vz.wl ={ k = "main" v = "" f = "" c = ""}
  11368.         props2/en_rc_c3ms.wl ={ k = "main" v = "" f = "" c = ""}
  11369.         props2/fr_rc_c7a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11370.         props2/fridg1.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11371.         props2/fridg1a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11372.         props2/fridg2.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11373.         props2/fridg2a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11374.         props2/fridg3a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11375.         props2/fridg4.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11376.         props2/fridg4a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11377.         props2/fuse_box.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11378.         props2/gun_m1.wl ={ k = "main" v = "" f = "" c = ""}
  11379.         props2/gun_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11380.         props2/gun_v2.wl ={ k = "main" v = "" f = "" c = ""}
  11381.         props2/heli1.wl ={ k = "main" v = "" f = "" c = ""}
  11382.         props2/heli2.wl ={ k = "main" v = "" f = "" c = ""}
  11383.         props2/heli3.wl ={ k = "main" v = "" f = "" c = ""}
  11384.         props2/heli4.wl ={ k = "main" v = "" f = "" c = ""}
  11385.         props2/joint_st.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11386.         props2/lawyer_1v.wl ={ k = "main" v = "" f = "" c = ""}
  11387.         props2/m_hl_c14.wl ={ k = "main" v = "" f = "" c = ""}
  11388.         props2/m_rc_c02.wl ={ k = "main" v = "" f = "" c = ""}
  11389.         props2/m_rc_c03.wl ={ k = "main" v = "" f = "" c = ""}
  11390.         props2/mainstrt.wl ={ k = "main" v = "" f = "" c = ""}
  11391.         props2/map_02.wl ={ k = "main" v = "" f = "" c = ""}
  11392.         props2/me_hl_c31.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11393.         props2/moker_bsign.wl ={ k = "main" v = "" f = "" c = ""}
  11394.         props2/moker_signa.wl ={ k = "main" v = "" f = "" c = ""}
  11395.         props2/mr_rc_c01a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11396.         props2/mr_rc_c02.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11397.         props2/mr_rc_c02a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11398.         props2/mr_rc_c03.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11399.         props2/mr_rc_c03a.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11400.         props2/mr_rc_c04.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11401.         props2/mr_rc_c05.wl ={ k = "main" v = "0" f = "8388608" c = "0"}
  11402.         props2/ne_con1.wl ={ k = "main" v = "" f = "" c = ""}
  11403.         props2/ne_con1a.wl ={ k = "main" v = "" f = "" c = ""}
  11404.         props2/ne_con1b.wl ={ k = "main" v = "" f = "" c = ""}
  11405.         props2/ne_con1b2.wl ={ k = "main" v = "" f = "" c = ""}
  11406.         props2/ne_con1b3.wl ={ k = "main" v = "" f = "" c = ""}
  11407.         props2/ne_con1y2.wl ={ k = "main" v = "" f = "" c = ""}
  11408.         props2/ne_con1yb.wl ={ k = "main" v = "" f = "" c = ""}
  11409.         props2/ne_pv_c01.wl ={ k = "main" v = "" f = "" c = ""}
  11410.         props2/ne_pv_c02.wl ={ k = "main" v = "" f = "" c = ""}
  11411.         props2/ne_pv_c02b.wl ={ k = "main" v = "" f = "" c = ""}
  11412.         props2/ne_pv_c03.wl ={ k = "main" v = "" f = "" c = ""}
  11413.         props2/ne_rc_c04.wl ={ k = "main" v = "" f = "" c = ""}
  11414.         props2/ne_rc_c04b.wl ={ k = "main" v = "" f = "" c = ""}
  11415.         props2/ne_rc_c07.wl ={ k = "main" v = "" f = "" c = ""}
  11416.         props2/ne_rc_c07a.wl ={ k = "main" v = "" f = "" c = ""}
  11417.         props2/ne_rc_c07c.wl ={ k = "main" v = "" f = "" c = ""}
  11418.         props2/ne_rc_c08.wl ={ k = "main" v = "" f = "" c = ""}
  11419.         props2/ne_rc_c09.wl ={ k = "main" v = "" f = "" c = ""}
  11420.         props2/ne_rc_c10.wl ={ k = "main" v = "" f = "" c = ""}
  11421.         props2/no_climb_sign.wl ={ k = "main" v = "" f = "" c = ""}
  11422.         props2/np_rc_c03.wl ={ k = "main" v = "" f = "" c = ""}
  11423.         props2/np_st_c01.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11424.         props2/np_st_c02.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11425.         props2/np_st_c03.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11426.         props2/np_st_c04.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11427.         props2/office_c01.wl ={ k = "main" v = "" f = "" c = ""}
  11428.         props2/office_c02.wl ={ k = "main" v = "" f = "" c = ""}
  11429.         props2/office_c03.wl ={ k = "main" v = "" f = "" c = ""}
  11430.         props2/office_c04.wl ={ k = "main" v = "" f = "" c = ""}
  11431.         props2/panel_c01.wl ={ k = "main" v = "" f = "" c = ""}
  11432.         props2/panel_c02.wl ={ k = "main" v = "" f = "" c = ""}
  11433.         props2/phone.wl ={ k = "main" v = "" f = "" c = ""}
  11434.         props2/picture_01.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11435.         props2/picture_02.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11436.         props2/picture_03.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11437.         props2/picture_05.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11438.         props2/picture_v1.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11439.         props2/pinball.wl ={ k = "main" v = "" f = "" c = ""}
  11440.         props2/poster_01a.wl ={ k = "main" v = "" f = "" c = ""}
  11441.         props2/poster_02.wl ={ k = "main" v = "" f = "" c = ""}
  11442.         props2/poster_03.wl ={ k = "main" v = "" f = "" c = ""}
  11443.         props2/propwall.wl ={ k = "main" v = "" f = "" c = ""}
  11444.         props2/safe_wa.wl ={ k = "main" v = "" f = "" c = ""}
  11445.         props2/sail_v.wl ={ k = "main" v = "" f = "" c = ""}
  11446.         props2/sg_st_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11447.         props2/sh_rc_c02f.wl ={ k = "main" v = "" f = "" c = ""}
  11448.         props2/si_a.wl ={ k = "main" v = "" f = "" c = ""}
  11449.         props2/si_bus.wl ={ k = "main" v = "" f = "" c = ""}
  11450.         props2/si_graf1.wl ={ k = "main" v = "" f = "" c = ""}
  11451.         props2/si_lh_c02.wl ={ k = "main" v = "" f = "" c = ""}
  11452.         props2/si_lh_c03.wl ={ k = "main" v = "" f = "" c = ""}
  11453.         props2/si_rc_c20.wl ={ k = "main" v = "" f = "" c = ""}
  11454.         props2/si_rc_c21.wl ={ k = "main" v = "" f = "" c = ""}
  11455.         props2/si_scorp1.wl ={ k = "main" v = "" f = "" c = ""}
  11456.         props2/si_scorp2.wl ={ k = "main" v = "" f = "" c = ""}
  11457.         props2/si_scorp5.wl ={ k = "main" v = "" f = "" c = ""}
  11458.         props2/si_sewer1.wl ={ k = "main" v = "" f = "" c = ""}
  11459.         props2/si_sewer2.wl ={ k = "main" v = "" f = "" c = ""}
  11460.         props2/si_sr_m2cc.wl ={ k = "main" v = "" f = "" c = ""}
  11461.         props2/si_sr_m3cc.wl ={ k = "main" v = "" f = "" c = ""}
  11462.         props2/si_st_m1a.wl ={ k = "main" v = "" f = "" c = ""}
  11463.         props2/si_st_m1b.wl ={ k = "main" v = "" f = "" c = ""}
  11464.         props2/si_st_m2a.wl ={ k = "main" v = "" f = "" c = ""}
  11465.         props2/si_st_m2b.wl ={ k = "main" v = "" f = "" c = ""}
  11466.         props2/si_st_m3.wl ={ k = "main" v = "" f = "" c = ""}
  11467.         props2/si_st_m3a.wl ={ k = "main" v = "" f = "" c = ""}
  11468.         props2/si_st_m4.wl ={ k = "main" v = "" f = "" c = ""}
  11469.         props2/sign_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11470.         props2/sign_v1x.wl ={ k = "main" v = "" f = "" c = ""}
  11471.         props2/sign_v1y.wl ={ k = "main" v = "" f = "" c = ""}
  11472.         props2/sign_v1z.wl ={ k = "main" v = "" f = "" c = ""}
  11473.         props2/sign_v2.wl ={ k = "main" v = "" f = "" c = ""}
  11474.         props2/smoke_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11475.         props2/speaker1.wl ={ k = "main" v = "" f = "" c = ""}
  11476.         props2/stand_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11477.         props2/stool_t5.wl ={ k = "main" v = "" f = "" c = ""}
  11478.         props2/stool_t6.wl ={ k = "main" v = "" f = "" c = ""}
  11479.         props2/stove_pv_v.wl ={ k = "main" v = "" f = "" c = ""}
  11480.         props2/stove_pv_v2.wl ={ k = "main" v = "" f = "" c = ""}
  11481.         props2/stove_pv_v3.wl ={ k = "main" v = "" f = "" c = ""}
  11482.         props2/stove_pv_v4.wl ={ k = "main" v = "" f = "" c = ""}
  11483.         props2/swank.wl ={ k = "main" v = "" f = "" c = ""}
  11484.         props2/swank2.wl ={ k = "main" v = "" f = "" c = ""}
  11485.         props2/tank1.wl ={ k = "main" v = "" f = "" c = ""}
  11486.         props2/tank2.wl ={ k = "main" v = "" f = "" c = ""}
  11487.         props2/tank3.wl ={ k = "main" v = "" f = "" c = ""}
  11488.         props2/tank4.wl ={ k = "main" v = "" f = "" c = ""}
  11489.         props2/tank5.wl ={ k = "main" v = "" f = "" c = ""}
  11490.         props2/tire_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11491.         props2/tire_v2.wl ={ k = "main" v = "" f = "" c = ""}
  11492.         props2/tk_rc_c01a.wl ={ k = "main" v = "" f = "" c = ""}
  11493.         props2/tk_rc_c02a.wl ={ k = "main" v = "" f = "" c = ""}
  11494.         props2/tr_rd_13ms.wl ={ k = "main" v = "" f = "" c = ""}
  11495.         props2/truck_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11496.         props2/typhoon.wl ={ k = "main" v = "" f = "" c = ""}
  11497.         props2/w_rcb_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11498.         props2/w_sy_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11499.         props2/w_sy_v2.wl ={ k = "main" v = "" f = "" c = ""}
  11500.         props2/w_sy_v3.wl ={ k = "main" v = "" f = "" c = ""}
  11501.         props2/wi_rc_c01.wl ={ k = "main" v = "" f = "" c = ""}
  11502.       }
  11503.       pvglass.txlist =
  11504.       {
  11505.         pvglass/pv_g10.wl ={ k = "main" v = "" f = "" c = ""}
  11506.         pvglass/pv_g10y.wl ={ k = "main" v = "" f = "" c = ""}
  11507.         pvglass/pv_g2.wl ={ k = "main" v = "" f = "" c = ""}
  11508.         pvglass/pv_g5.wl ={ k = "main" v = "" f = "" c = ""}
  11509.         pvglass/pv_g6.wl ={ k = "main" v = "" f = "" c = ""}
  11510.         pvglass/pv_g8.wl ={ k = "main" v = "" f = "" c = ""}
  11511.         pvglass/pv_g9.wl ={ k = "main" v = "" f = "" c = ""}
  11512.         pvglass/w_sr_m6b.wl ={ k = "main" v = "" f = "" c = ""}
  11513.       }
  11514.       sprites.txlist =
  11515.       {
  11516.         sprites/alfa_v1.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11517.         sprites/bars.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11518.         sprites/bars_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11519.         sprites/chain_sr.wl ={ k = "main" v = "0" f = "8392704" c = "128"}
  11520.         sprites/chain_v2.wl ={ k = "main" v = "0" f = "8392704" c = "128"}
  11521.         sprites/fenc_m.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11522.         sprites/fenc_md.wl ={ k = "main" v = "" f = "" c = ""}
  11523.         sprites/fenc_ms.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11524.         sprites/grate_a_m1a.wl ={ k = "main" v = "0" f = "8388608" c = "128"}
  11525.         sprites/hole_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11526.         sprites/hole_v2.wl ={ k = "main" v = "" f = "" c = ""}
  11527.         sprites/hole_v2d.wl ={ k = "main" v = "" f = "" c = ""}
  11528.         sprites/m_rc_c02.wl ={ k = "main" v = "" f = "" c = ""}
  11529.         sprites/m_rc_c02a.wl ={ k = "main" v = "" f = "" c = ""}
  11530.         sprites/m_rc_v3.wl ={ k = "main" v = "0" f = "8392704" c = "128"}
  11531.         sprites/m_rc_v5.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11532.         sprites/m_rc_v6.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11533.         sprites/mb_grate_1.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11534.         sprites/mb_grate_2.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11535.         sprites/mb_grate_3.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11536.         sprites/mt_pv_v7.wl ={ k = "main" v = "" f = "" c = ""}
  11537.         sprites/mt_pv_v7a.wl ={ k = "main" v = "" f = "" c = ""}
  11538.         sprites/mt_pv_v7b.wl ={ k = "main" v = "" f = "" c = ""}
  11539.         sprites/pipes_v1.wl ={ k = "main" v = "" f = "" c = ""}
  11540.         sprites/rail_c03.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11541.         sprites/rail_c2.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11542.         sprites/rail_c2a.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11543.         sprites/rail_c2b.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11544.         sprites/rail_c2by.wl ={ k = "main" v = "0" f = "16781312" c = "0"}
  11545.         sprites/rail_c2c.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11546.         sprites/rail_rc_c01.wl ={ k = "main" v = "" f = "" c = ""}
  11547.         sprites/rail_sr_m1.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11548.         sprites/rail_v1.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11549.         sprites/rail_v2.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11550.         sprites/rail_v3.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11551.         sprites/rail_v4.wl ={ k = "main" v = "0" f = "8392704" c = "128"}
  11552.         sprites/skyln_m1.wl ={ k = "main" v = "" f = "" c = ""}
  11553.         sprites/win_bars.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11554.         sprites/wir_mf_v1.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11555.         sprites/wir_mf_v1a.wl ={ k = "main" v = "0" f = "16781312" c = "128"}
  11556.         sprites/wir_mf_v1ad.wl ={ k = "main" v = "" f = "" c = ""}
  11557.       }
  11558.       terrain.txlist =
  11559.       {
  11560.         terrain/gr_rc_c08.wl ={ k = "main" v = "" f = "" c = ""}
  11561.         terrain/ground_st.wl ={ k = "main" v = "" f = "" c = ""}
  11562.         terrain/rc_rc_c4.wl ={ k = "main" v = "" f = "" c = ""}
  11563.         terrain/rc_rc_c6.wl ={ k = "main" v = "" f = "" c = ""}
  11564.         terrain/rc_rc_c6a.wl ={ k = "main" v = "" f = "" c = ""}
  11565.         terrain/rc_rc_c6a_2.wl ={ k = "main" v = "" f = "" c = ""}
  11566.         terrain/rc_rc_c7.wl ={ k = "main" v = "" f = "" c = ""}
  11567.         terrain/tree_c02.wl ={ k = "main" v = "" f = "" c = ""}
  11568.       }
  11569.       wood.txlist =
  11570.       {
  11571.         wood/w_sr_va3.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11572.         wood/w_sr_va4.wl ={ k = "main" v = "" f = "" c = ""}
  11573.         wood/wd_b_m2.wl ={ k = "main" v = "" f = "" c = ""}
  11574.         wood/wd_cp_v.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11575.         wood/wd_cp_v2.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11576.         wood/wd_cp_v3.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11577.         wood/wd_cp_v4.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11578.         wood/wd_cp_v5.wl ={ k = "main" v = "" f = "" c = ""}
  11579.         wood/wd_hl_v3.wl ={ k = "main" v = "" f = "" c = ""}
  11580.         wood/wd_hl_v3b.wl ={ k = "main" v = "" f = "" c = ""}
  11581.         wood/wd_hl_v3d.wl ={ k = "main" v = "" f = "" c = ""}
  11582.         wood/wd_hl_v3e.wl ={ k = "main" v = "" f = "" c = ""}
  11583.         wood/wd_hl_v4.wl ={ k = "main" v = "" f = "" c = ""}
  11584.         wood/wd_hl_v4a.wl ={ k = "main" v = "" f = "" c = ""}
  11585.         wood/wd_hl_v4f.wl ={ k = "main" v = "" f = "" c = ""}
  11586.         wood/wd_sr_c02.wl ={ k = "main" v = "" f = "" c = ""}
  11587.         wood/wd_sr_m11.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11588.         wood/wd_sr_m14.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11589.         wood/wd_sr_m14n.wl ={ k = "main" v = "" f = "" c = ""}
  11590.         wood/wd_sr_m3a.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11591.         wood/wd_sr_m3b.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11592.         wood/wd_sr_m3c.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11593.         wood/wd_sr_m3t.wl ={ k = "main" v = "" f = "" c = ""}
  11594.         wood/wd_sr_m3x.wl ={ k = "main" v = "" f = "" c = ""}
  11595.         wood/wd_sr_m3y.wl ={ k = "main" v = "" f = "" c = ""}
  11596.         wood/wd_sr_m3z.wl ={ k = "main" v = "" f = "" c = ""}
  11597.         wood/wd_sr_m4.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11598.         wood/wd_sr_m9.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11599.         wood/wd_sr_v1.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11600.         wood/wd_sr_v11.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11601.         wood/wd_sr_v13.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11602.         wood/wd_sr_v14.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11603.         wood/wd_sr_v2.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11604.         wood/wd_sr_v3.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11605.         wood/wd_sr_v3a.wl ={ k = "main" v = "" f = "" c = ""}
  11606.         wood/wd_sr_v3aa.wl ={ k = "main" v = "" f = "" c = ""}
  11607.         wood/wd_sr_v3ab.wl ={ k = "main" v = "" f = "" c = ""}
  11608.         wood/wd_sr_v8.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11609.         wood/wd_sr_va1.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11610.         wood/wd_sr_va2.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11611.         wood/wd_sr_va2a.wl ={ k = "main" v = "" f = "" c = ""}
  11612.         wood/wd_sr_va2aa.wl ={ k = "main" v = "" f = "" c = ""}
  11613.         wood/wd_sr_va2b.wl ={ k = "main" v = "" f = "" c = ""}
  11614.         wood/wd_sr_va2c.wl ={ k = "main" v = "" f = "" c = ""}
  11615.         wood/wd_sr_va2d.wl ={ k = "main" v = "" f = "" c = ""}
  11616.         wood/wd_sr_va2e.wl ={ k = "main" v = "" f = "" c = ""}
  11617.         wood/wd_sr_va3.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11618.         wood/wd_sr_va4.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11619.         wood/wd_sr_va6.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11620.         wood/wd_sr_va7.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11621.         wood/wd_sr_vy2.wl ={ k = "main" v = "" f = "" c = ""}
  11622.         wood/wd_st_c02.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11623.         wood/wd_st_c02n.wl ={ k = "main" v = "" f = "" c = ""}
  11624.         wood/wd_st_c02na.wl ={ k = "main" v = "" f = "" c = ""}
  11625.         wood/wd_st_c02nb.wl ={ k = "main" v = "" f = "" c = ""}
  11626.         wood/wd_st_c03.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11627.         wood/wd_st_c04.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11628.         wood/wd_st_c04a.wl ={ k = "main" v = "" f = "" c = ""}
  11629.         wood/wd_st_c04b.wl ={ k = "main" v = "" f = "" c = ""}
  11630.         wood/wd_st_c04bb.wl ={ k = "main" v = "" f = "" c = ""}
  11631.         wood/wd_st_c04d.wl ={ k = "main" v = "" f = "" c = ""}
  11632.         wood/wd_st_c05.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11633.         wood/wd_st_c06.wl ={ k = "main" v = "" f = "" c = ""}
  11634.         wood/wd_st_m1.wl ={ k = "main" v = "" f = "" c = ""}
  11635.         wood/wd_st_m1b.wl ={ k = "main" v = "" f = "" c = ""}
  11636.         wood/wd_st_m1d.wl ={ k = "main" v = "" f = "" c = ""}
  11637.         wood/wd_st_m2.wl ={ k = "main" v = "" f = "" c = ""}
  11638.         wood/wd_st_m3.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11639.         wood/wd_st_m3s.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11640.         wood/wd_st_m4.wl ={ k = "main" v = "" f = "" c = ""}
  11641.         wood/wd_st_m4d.wl ={ k = "main" v = "" f = "" c = ""}
  11642.         wood/wd_st_m7.wl ={ k = "main" v = "" f = "" c = ""}
  11643.         wood/wd_st_m7s.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11644.         wood/wd_st_v2.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11645.         wood/wd_st_v4.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11646.         wood/wd_st_v5.wl ={ k = "main" v = "0" f = "134217728" c = "0"}
  11647.         wood/wd_sy_m1.wl ={ k = "main" v = "" f = "" c = ""}
  11648.         wood/wd_sy_m1a.wl ={ k = "main" v = "" f = "" c = ""}
  11649.         wood/wd_sy_m1b.wl ={ k = "main" v = "" f = "" c = ""}
  11650.         wood/wd_sy_m2.wl ={ k = "main" v = "" f = "" c = ""}
  11651.         wood/wd_sy_m3.wl ={ k = "main" v = "" f = "" c = ""}
  11652.         wood/wd_sy_m4.wl ={ k = "main" v = "" f = "" c = ""}
  11653.         wood/wd_sy_m4a.wl ={ k = "main" v = "" f = "" c = ""}
  11654.         wood/wd_sy_m4b.wl ={ k = "main" v = "" f = "" c = ""}
  11655.       }
  11656.     }
  11657.   }
  11658. }
  11659.